Class Ida

java.lang.Object
edu.cmu.tetrad.search.Ida

public class Ida extends Object
Implements the IDA algorithm. The reference is here:

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.

The IDA algorithm seeks to give a list of possible parents of a given variable Y and their corresponding lower-bounded effects on Y. It regresses Y on X ∪ S, where X is a possible parent of Y and S is a set of possible parents of X, and reports the regression coefficient. The set of such regressions is then sorted in ascending order to give the total effects of X on Y. The absolute total effects are calculated as the absolute values of the total effects.

Version:
$Id: $Id
Author:
josephramsey
See Also: