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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the abbreviation for the statistic.Retrieves a short one-line description of the statistic.double
getNormValue
(double value) Retrieves the normalized value of the given statistic.double
Calculates the number of false negatives for tails compared to the true DAG.
-
Constructor Details
-
TrueDagFalseNegativesTails
public TrueDagFalseNegativesTails()Constructs the statistic.
-
-
Method Details
-
getAbbreviation
Retrieves the abbreviation for the statistic.- Specified by:
getAbbreviation
in interfaceStatistic
- Returns:
- The abbreviation as a String.
-
getDescription
Retrieves a short one-line description of the statistic.- Specified by:
getDescription
in interfaceStatistic
- Returns:
- The description of the statistic.
-
getValue
Calculates the number of false negatives for tails compared to the true DAG. -
getNormValue
public double getNormValue(double value) Retrieves the normalized value of the given statistic.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value of the statistic.- Returns:
- The normalized value of the statistic.
-