| Package | Description |
|---|---|
| com.compomics.util.math.statistics.distributions |
| Modifier and Type | Method and Description |
|---|---|
static NormalDistribution |
NormalDistribution.getNormalDistribution(ArrayList<Double> input)
Returns the normal distribution corresponding to a given list of double
calibrated on mean and standard deviation.
|
static NormalDistribution |
NormalDistribution.getRobustNormalDistribution(ArrayList<Double> input)
Returns the normal distribution corresponding to a given list of double
calibrated on median and 34.1% percentile to median distance
|
Copyright © 2014. All rights reserved.