Description Usage Arguments Value References
View source: R/GetScoresWeightsMatrixByCubicAlg.r
Implements the cubic algorithm as described on pages 6 and 7 of Assessing statistical significance in causal graphs, Chindelevitch et al. 2012
1 2 | GetScoresWeightsMatrixByCubicAlg(predictionListStats, experimentalDataStats,
epsilon)
|
predictionListStats |
a vector containing the values q+, q- and q0 |
experimentalDataStats |
a vector containing the values n+, n- and n0 |
epsilon |
the algorithms tolerance epsilon |
a matrix containing the ternary dot product distribution
L Chindelevitch et al. Assessing statistical significance in causal graphs. BMC Bioinformatics, 13(35), 2012.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.