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 Summary
ConstructorsConstructorDescriptionThis class represents a statistic that calculates the true positives for arrows compared to the true DAG. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the abbreviation for the statistic.Retrieves the description of the statistic.double
getNormValue
(double value) Retrieves the normalized value of a statistic.double
Calculates the true positives for arrows compared to the true DAG.
-
Constructor Details
-
TrueDagTruePositiveDirectedPathNonancestor
public TrueDagTruePositiveDirectedPathNonancestor()This class represents a statistic that calculates the true positives for arrows compared to the true DAG.
-
-
Method Details
-
getAbbreviation
Retrieves the abbreviation for the statistic.- Specified by:
getAbbreviation
in interfaceStatistic
- Returns:
- The abbreviation.
-
getDescription
Retrieves the description of the statistic.- Specified by:
getDescription
in interfaceStatistic
- Returns:
- The description of the statistic.
-
getValue
Calculates the true positives for arrows compared to the true DAG. -
getNormValue
public double getNormValue(double value) Retrieves the normalized value of a statistic.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value of the statistic.- Returns:
- The normalized value of the statistic.
-