public class SimpleNoiseDistribution extends Object
Constructor and Description |
---|
SimpleNoiseDistribution(HashMap<Double,Peak> peakList)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getBinnedCumulativeProbability(double intensity)
Get the binned cumulative probability.
|
double |
getBinnedCumulativeProbabilityLog(double intensity)
Get the binned logged cumulative probability.
|
double |
getIntensityAtP(double p)
Returns the intensity at a given upper tale cumulative probability.
|
double |
getLogIntensityAtP(double p)
Returns the log10 intensity at a given upper tale cumulative probability.
|
public double getBinnedCumulativeProbability(double intensity)
intensity
- the intensitypublic double getBinnedCumulativeProbabilityLog(double intensity)
intensity
- the intensitypublic double getLogIntensityAtP(double p)
p
- the probabilitypublic double getIntensityAtP(double p)
p
- the probabilityCopyright © 2018. All rights reserved.