Class TrueDagFalseNegativesTails
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.TrueDagFalseNegativesTails
- All Implemented Interfaces:
- Statistic,- Serializable
The class TrueDagFalseNegativesTails implements the Statistic interface to calculate the number of false negatives
 for tails compared to the true Directed Acyclic Graph (DAG).
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRetrieves the abbreviation for the statistic.Retrieves a short one-line description of the statistic.doublegetNormValue(double value) Retrieves the normalized value of the given statistic.doublegetValue(Graph trueGraph, Graph estGraph, DataModel dataModel, Parameters parameters) Calculates the number of false negatives for tails compared to the true DAG.
- 
Constructor Details- 
TrueDagFalseNegativesTailspublic TrueDagFalseNegativesTails()Constructs the statistic.
 
- 
- 
Method Details- 
getAbbreviationRetrieves the abbreviation for the statistic.- Specified by:
- getAbbreviationin interface- Statistic
- Returns:
- The abbreviation as a String.
 
- 
getDescriptionRetrieves a short one-line description of the statistic.- Specified by:
- getDescriptionin interface- Statistic
- Returns:
- The description of the statistic.
 
- 
getValueCalculates the number of false negatives for tails compared to the true DAG.
- 
getNormValuepublic double getNormValue(double value) Retrieves the normalized value of the given statistic.- Specified by:
- getNormValuein interface- Statistic
- Parameters:
- value- The value of the statistic.
- Returns:
- The normalized value of the statistic.
 
 
-