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) throws org.apache.commons.math.MathException
p
- the probabilityorg.apache.commons.math.MathException
- exception thrown if an error occurred while estimating the probabilitypublic double getIntensityAtP(double p) throws org.apache.commons.math.MathException
p
- the probabilityorg.apache.commons.math.MathException
- exception thrown if an error occurred while estimating the probabilityCopyright © 2018. All rights reserved.