Description Usage Arguments Value
Run PC for k steps, stop and learn the DNA
1 2 3 4 5 6 7 8 9 10 | LearnDNAforwardthreshold(
dat,
ord,
co1 = 0.01,
co2 = 0.1,
co3 = 0.01,
co4 = 0.2,
oracle = F,
verbose = F
)
|
dat: |
To use sample version, let dat$X hold the data matrix.To use population version, let dat$Sigma hold population cov |
ord: |
0 or 1. Early stop pc at 0 or 1. not implemented for higher |
co: |
thresholds for (1: skel at lv0; 2: DNA at lv0; 3: skel at lv1; 4: DNA at lv1) |
POM: a matrix of partial ordering.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.