Class TrueDagFalseNegativesArrows
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.TrueDagFalseNegativesArrows
- All Implemented Interfaces:
- Statistic,- Serializable
Represents the statistic of False Negatives for Arrows compared to the true DAG.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRetrieves the abbreviation for the statistic.Returns a short one-line description of this statistic.doublegetNormValue(double value) Retrieves the normalized value of a statistic.doublegetValue(Graph trueGraph, Graph estGraph, DataModel dataModel, Parameters parameters) Calculates the number of false negatives for arrows compared to the true DAG.
- 
Constructor Details- 
TrueDagFalseNegativesArrowspublic TrueDagFalseNegativesArrows()Constructs the statistic.
 
- 
- 
Method Details- 
getAbbreviationRetrieves the abbreviation for the statistic.- Specified by:
- getAbbreviationin interface- Statistic
- Returns:
- The abbreviation for the statistic.
 
- 
getDescriptionReturns a short one-line description of this statistic. This will be printed at the beginning of the report.- Specified by:
- getDescriptionin interface- Statistic
- Returns:
- The description of the statistic.
 
- 
getValueCalculates the number of false negatives for arrows compared to the true DAG.
- 
getNormValuepublic double getNormValue(double value) Retrieves the normalized value of a statistic.- Specified by:
- getNormValuein interface- Statistic
- Parameters:
- value- The value of the statistic.
- Returns:
- The normalized value of the statistic.
 
 
-