Package org.forester.surfacing
Class DomainLengths
java.lang.Object
org.forester.surfacing.DomainLengths
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidReturns descriptive statistics based on the arithmetic means for each species.doublecalculateZScoreForSpecies(Species species) Note.getLengthStatistic(Species species) getMeanBasedOutlierSpecies(double z_score_limit) booleanisHasLengthStatistic(Species species)  
- 
Constructor Details
- 
DomainLengths
 
 - 
 - 
Method Details
- 
addLength
 - 
calculateMeanBasedStatistics
Returns descriptive statistics based on the arithmetic means for each species.- Returns:
 
 - 
calculateZScoreForSpecies
Note. This is not technically a Z-score since the distribution of means is unknown (and not normal).- Parameters:
 species-- Returns:
 
 - 
getDomainId
 - 
getLengthStatistic
 - 
getLengthStatisticsList
 - 
getMeanBasedOutlierSpecies
 - 
getSpeciesList
 - 
isHasLengthStatistic
 
 -