-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
54 lines (47 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
This repository is part of the supplementary material for the paper:
“Nonparametric Quantile-Based Causal Discovery”
The file R/qccd.R contains an implementation of our causal discovery method.
EXAMPLES
———————————————————
See R/benchmark-xyz for examples.
Benchmarks can be run from root directory.
CONTENTS
———————————————————
.
|-- R
| |-- baselines
| | |-- GRAN_EMD
| | `-- Slope
| | |-- Slope.R
| | |-- resit
| |-- baselines.R
| |-- benchmark-ANLSMN.R
| |-- benchmark-SIM.R
| |-- benchmark-Tuebingen.R
| |-- generate-ANLSMN-data.R
| |-- qccd.R
| `-- utils
| |-- data_generators.R
| `-- read_tueb.R
|-- README
|-- code.Rproj
|-- data
| |-- ANLSMN_pairs
| | |-- AN
| | |-- AN-s
| | |-- LS
| | |-- LS-s
| | `-- MN-U
| |-- SIM_pairs
| | |-- SIM
| | |-- SIM-G
| | |-- SIM-c
| | `-- SIM-ln
| `-- tuebingen_benchmark
`-- results
PACKAGES REQUIRED
———————————————————
install.packages(c("rvinecopulib", "statmod")) # for QCCD
install.packages("MASS") # for the data generators
install.packages(c("CAM", "Hmisc", "np", "energy", "data.table",
"boot", "energy", "gptk", "clue")) # for the baselines