Class TrueDagTruePositiveDirectedPathNonancestor
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.TrueDagTruePositiveDirectedPathNonancestor
- All Implemented Interfaces:
- Statistic,- Serializable
The bidirected true positives.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionThis class represents a statistic that calculates the true positives for arrows compared to the true DAG.
- 
Method SummaryModifier and TypeMethodDescriptionRetrieves the abbreviation for the statistic.Retrieves the description of the statistic.doublegetNormValue(double value) Retrieves the normalized value of a statistic.doublegetValue(Graph trueGraph, Graph estGraph, DataModel dataModel, Parameters parameters) Calculates the true positives for arrows compared to the true DAG.
- 
Constructor Details- 
TrueDagTruePositiveDirectedPathNonancestorpublic TrueDagTruePositiveDirectedPathNonancestor()This class represents a statistic that calculates the true positives for arrows compared to the true DAG.
 
- 
- 
Method Details- 
getAbbreviationRetrieves the abbreviation for the statistic.- Specified by:
- getAbbreviationin interface- Statistic
- Returns:
- The abbreviation.
 
- 
getDescriptionRetrieves the description of the statistic.- Specified by:
- getDescriptionin interface- Statistic
- Returns:
- The description of the statistic.
 
- 
getValueCalculates the true positives 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.
 
 
-