GetScoresWeightsMatrixByCubicAlg: get scores weights matrix by the cubic algorithm

Description Usage Arguments Value References

View source: R/GetScoresWeightsMatrixByCubicAlg.r

Description

Implements the cubic algorithm as described on pages 6 and 7 of Assessing statistical significance in causal graphs, Chindelevitch et al. 2012

Usage

1
2
GetScoresWeightsMatrixByCubicAlg(predictionListStats, experimentalDataStats,
  epsilon)

Arguments

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

Value

a matrix containing the ternary dot product distribution

References

L Chindelevitch et al. Assessing statistical significance in causal graphs. BMC Bioinformatics, 13(35), 2012.


CausalR documentation built on Nov. 8, 2020, 5:25 p.m.