Class PercentAmbiguous
java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.PercentAmbiguous
- All Implemented Interfaces:
- Statistic,- Serializable
The adjacency precision. The true positives are the number of adjacencies in both the true and estimated graphs.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionRetrieves the abbreviation for the statistic.Retrieves the description of the statistic.doublegetNormValue(double value) Calculates the normalized value of a statistic given the original value.doubleCalculates the percentage of ambiguous triples in the estimated graph compared to the true graph.
- 
Constructor Details- 
PercentAmbiguouspublic PercentAmbiguous()Constructs a new instance of the statistic.
 
- 
- 
Method Details- 
getAbbreviationRetrieves the abbreviation for the statistic.- Specified by:
- getAbbreviationin interface- Statistic
- Returns:
- The abbreviation for the statistic.
 
- 
getDescriptionRetrieves the description of the statistic.- Specified by:
- getDescriptionin interface- Statistic
- Returns:
- The description of the statistic.
 
- 
getValueCalculates the percentage of ambiguous triples in the estimated graph compared to the true graph.
- 
getNormValuepublic double getNormValue(double value) Calculates the normalized value of a statistic given the original value.- Specified by:
- getNormValuein interface- Statistic
- Parameters:
- value- The value of the statistic.
- Returns:
- The normalized value of the statistic.
 
 
-