Class IdaCheck

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

public class IdaCheck extends Object
This calculates total effects and absolute total effects for an MPDAG G for all pairs distinct (x, y) of variables, where the total effect is obtained by regressing y on x ∪ S and reporting the regression coefficient. Here, S ranges over sets consisting of possible parents of x in G--that is, a set consisting of the parents of x in G plus some combination of the neighbors for x in G, and excluding any children of x in G. Absolute total effects are calculated as the abolute values of the total effects; the minimum values for these across possible parent sets is reported as suggested in this paper:

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.

Additionally, if a linear SEM model is supplied over the same variables, a minimum squared distance is calculated of each coefficient in this IM from the interval of total effects (min to max) for the pair (x, y) for each directed edge x->y in the SEM IM. If the true total effect falls within the interval [min, max], we give a distance of 0; otherwise, we give the distance to the nearest endpoint. This distance is then squared.

We also report the averages of each statistic across all pairs of distinct nodes in the dataset.

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