Package edu.cmu.tetrad.search
Class Ida
java.lang.Object
edu.cmu.tetrad.search.Ida
Implements the IDA algorithm, Maathuis, Marloes H., Markus Kalisch, and Peter Bühlmann.
"Estimating high-dimensional intervention effects from observational data."
The Annals of Statistics 37.6A (2009): 3133-3164.
- Author:
- jdramsey@andrew.cmu.edu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A list of nodes and corresponding minimum effects. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a map from nodes in V \ {Y} to their minimum effects.double
distance
(LinkedList<Double> effects, double trueEffect) Returns the minimum effects of X on Y for X in V \ {Y}, sorted downward by minimum effectdouble
trueEffect
(Node x, Node y, Graph trueDag)
-
Constructor Details
-
Ida
-
-
Method Details
-
getSortedMinEffects
Returns the minimum effects of X on Y for X in V \ {Y}, sorted downward by minimum effect- Parameters:
y
- The child variable.- Returns:
- Two sorted lists, one of nodes, the other of corresponding minimum effects, sorted downward by minimum effect size.
-
trueEffect
-
distance
-
calculateMinimumEffectsOnY
Returns a map from nodes in V \ {Y} to their minimum effects.- Parameters:
y
- The child variable- Returns:
- Thia map.
-