Class Maximal
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.Maximal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe abbreviation for the statistic.Returns a short one-line description of this statistic.double
getNormValue
(double value) Returns the normalized value of the given statistic value.double
Checks whether a PAG is maximal.
-
Constructor Details
-
Maximal
public Maximal()Constructor for LegalPag.
-
-
Method Details
-
getAbbreviation
The abbreviation for the statistic. This will be printed at the top of each column.- Specified by:
getAbbreviation
in interfaceStatistic
- Returns:
- This abbreviation.
-
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 the statistic.
-
getValue
Checks whether a PAG is maximal. -
getNormValue
public double getNormValue(double value) Returns the normalized value of the given statistic value.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value of the statistic.- Returns:
- The normalized value of the statistic, between 0 and 1.
-