public class DomainLengths extends Object
| Constructor and Description |
|---|
DomainLengths(String domain_id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addLength(Species species,
int domain_length) |
DescriptiveStatistics |
calculateMeanBasedStatistics()
Returns descriptive statistics based on the arithmetic means
for each species.
|
double |
calculateZScoreForSpecies(Species species)
Note.
|
String |
getDomainId() |
DescriptiveStatistics |
getLengthStatistic(Species species) |
List<DescriptiveStatistics> |
getLengthStatisticsList() |
List<Species> |
getMeanBasedOutlierSpecies(double z_score_limit) |
List<Species> |
getSpeciesList() |
boolean |
isHasLengthStatistic(Species species) |
public DomainLengths(String domain_id)
public void addLength(Species species, int domain_length)
public DescriptiveStatistics calculateMeanBasedStatistics()
public double calculateZScoreForSpecies(Species species)
species - public String getDomainId()
public DescriptiveStatistics getLengthStatistic(Species species)
public List<DescriptiveStatistics> getLengthStatisticsList()
public boolean isHasLengthStatistic(Species species)
Copyright © 2016. All rights reserved.