Class TrueDagFalsePositiveTails
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.TrueDagFalsePositiveTails
- All Implemented Interfaces:
- Statistic,- Serializable
TrueDagFalsePositiveTails is a class that implements the Statistic interface. It calculates the number of false
 positives for tails in the estimated graph compared to the true DAG.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs a new TrueDagFalsePositiveTails object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the abbreviation for the statistic.Returns a short one-line description of this statistic.doublegetNormValue(double value) Calculates the normalized value of a statistic.doublegetValue(Graph trueGraph, Graph estGraph, DataModel dataModel, Parameters parameters) Calculates the number of false positives for tails in the estimated graph compared to the true DAG.
- 
Constructor Details- 
TrueDagFalsePositiveTailspublic TrueDagFalsePositiveTails()Constructs a new TrueDagFalsePositiveTails object.
 
- 
- 
Method Details- 
getAbbreviationReturns the abbreviation for the statistic. This will be printed at the top of each column.- Specified by:
- getAbbreviationin interface- Statistic
- Returns:
- The abbreviation.
 
- 
getDescriptionReturns a short one-line description of this statistic. This will be printed at the beginning of the report.- Specified by:
- getDescriptionin interface- Statistic
- Returns:
- The description of the statistic.
 
- 
getValueCalculates the number of false positives for tails in the estimated graph compared to the true DAG.
- 
getNormValuepublic double getNormValue(double value) Calculates the normalized value of a statistic.- Specified by:
- getNormValuein interface- Statistic
- Parameters:
- value- The value of the statistic.
- Returns:
- The normalized value.
 
 
-