Class NumVisibleEdgeEst
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.NumVisibleEdgeEst
- All Implemented Interfaces:
Statistic
,Serializable
NumVisibleEdgeEst is a class that implements the Statistic interface. It calculates the number of X-->Y edges that
are visible in the estimated PAG.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the abbreviation for the statistic.Returns a short one-line description of this statistic.double
getNormValue
(double value) Returns the normalized value of the given value.double
Returns the number of X-->Y edges that are visible in the estimated PAG.
-
Constructor Details
-
NumVisibleEdgeEst
public NumVisibleEdgeEst()Constructs a new instance of the statistic.
-
-
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
Returns the number of X-->Y edges that are visible in the estimated PAG. -
getNormValue
public double getNormValue(double value) Returns the normalized value of the given value.- Specified by:
getNormValue
in interfaceStatistic
- Parameters:
value
- The value to be normalized.- Returns:
- The normalized value.
-