Class TrueDagFalsePositiveArrow
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.TrueDagFalsePositiveArrow
- All Implemented Interfaces:
Statistic
,Serializable
Represents a statistic that calculates the false positives for arrows compared to the true directed acyclic graph
(DAG).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis class represents a statistic that calculates the false positives for arrows compared to the true DAG. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the abbreviation for the statistic.Returns a short one-line description of this statistic.double
getNormValue
(double value) Retrieves the normalized value of the statistic.double
Calculates the false positives for arrows compared to the true DAG.
-
Constructor Details
-
TrueDagFalsePositiveArrow
public TrueDagFalsePositiveArrow()This class represents a statistic that calculates the false 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 for the statistic.
-
getDescription
Returns a short one-line description of this statistic. This will be printed at the beginning of the report.- Specified by:
getDescription
in interfaceStatistic
- Returns:
- The description of this statistic.
-
getValue
Calculates the false positives for arrows compared to the true DAG. -
getNormValue
public double getNormValue(double value) Retrieves the normalized value of the statistic.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value of the statistic.- Returns:
- The normalized value of the statistic, between 0 and 1, inclusive.
-