Class CpdagParentDistancesFromTrue

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

public class CpdagParentDistancesFromTrue extends Object
CpdagParentDistancesFromTrue computes the distances between true edge strengths in a true DAG and the range of estimated edge strengths in an output CPDAG. The distance is based on the difference between the true edge strength and the range of estimated regression coefficients. The range is determined by considering all possible parent sets for the child node. The distance is 0 if the true edge strength falls within the range of coefficients. If the true edge strength is less than the minimum coefficient, the distance is the absolute value of the difference between the true strength and the minimum coefficient. If the true edge strength is greater than the maximum coefficient, the distance is the absolute value of the difference between the true strength and the maximum coefficient.

This implements a method due to Peter Sprirtes.

Author:
josephramsey