Class AncestralRecall
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.AncestralRecall
- All Implemented Interfaces:
Statistic
,Serializable
The bidirected true positives.
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the statistic.Returns the description of the statistic.double
getNormValue
(double value) Returns the norm value of the statistic.double
Calculates the statistic.
-
Constructor Details
-
AncestralRecall
public AncestralRecall()Constructs the statistic.
-
-
Method Details
-
getAbbreviation
Returns the name of the statistic.- Specified by:
getAbbreviation
in interfaceStatistic
- Returns:
- the name of the statistic
-
getDescription
Returns the description of the statistic.- Specified by:
getDescription
in interfaceStatistic
- Returns:
- the description of the statistic
-
getValue
Calculates the statistic. -
getNormValue
public double getNormValue(double value) Returns the norm value of the statistic.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value of the statistic.- Returns:
- the norm value.
-