GetScoresWeightsMatrixByCubicAlg {CausalR} | R Documentation |
Implements the cubic algorithm as described on pages 6 and 7 of Assessing statistical significance in causal graphs, Chindelevitch et al. 2012
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.