Class MarkovCheckAndersonDarlingPBestOf10
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.MarkovCheckAndersonDarlingPBestOf10
- All Implemented Interfaces:
Statistic
,Serializable
Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are
distributed as U(0, 1).
- Author:
- josephramsey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCalculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1). -
Method Summary
Modifier and TypeMethodDescriptionReturns the abbreviation for the statistic.Returns a short one-line description of this statistic.double
getNormValue
(double value) Calculates the normalized value of a statistic.double
Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).
-
Constructor Details
-
MarkovCheckAndersonDarlingPBestOf10
public MarkovCheckAndersonDarlingPBestOf10()Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).
-
-
Method Details
-
getAbbreviation
Returns the abbreviation for the statistic. This will be printed at the top of each column.- 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 the statistic.
-
getValue
Calculates the Anderson Darling P value for the Markov check of whether the p-values for the estimated graph are distributed as U(0, 1).- Specified by:
getValue
in interfaceStatistic
- Parameters:
trueGraph
- The true graph (DAG, CPDAG, PAG_of_the_true_DAG).estGraph
- The estimated graph (same type).dataModel
- The data model.- Returns:
- The Anderson Darling P value.
- Throws:
IllegalArgumentException
- if the data model is null.
-
getNormValue
public double getNormValue(double value) Calculates 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.
-