public class Cauchy extends RandomNumber
BasicFunction.Differentiable<N extends Number,F extends BasicFunction>, BasicFunction.Integratable<N extends Number,F extends BasicFunction>, BasicFunction.PlainUnary<T,R>| Constructor and Description |
|---|
Cauchy() |
Cauchy(double location,
double scale) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
generate() |
double |
getDensity(double value)
In probability theory, a probability density function (pdf), or density of a continuous random variable
is a function that describes the relative likelihood for this random variable to occur at a given
point.
|
double |
getDistribution(double value)
In probability theory and statistics, the cumulative distribution function (CDF), or just distribution
function, describes the probability that a real-valued random variable X with a given probability
distribution will be found at a value less than or equal to x.
|
double |
getExpected() |
double |
getLowerConfidenceQuantile(double confidence) |
double |
getQuantile(double probability)
The quantile function, for any distribution, is defined for real variables between zero and one and is
mathematically the inverse of the cumulative distribution function.
|
double |
getStandardDeviation()
Subclasses must override either getStandardDeviation() or getVariance()!
|
double |
getUpperConfidenceQuantile(double confidence) |
double |
getVariance()
Subclasses must override either getStandardDeviation() or getVariance()!
|
checkProbabilty, doubleValue, floatValue, intValue, invoke, longValue, newSampleSet, random, setSeed, toStringbyteValue, shortValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProbabilityandThen, get, getAsDoublepublic double getDensity(double value)
ContinuousDistributionvalue - xpublic double getDistribution(double value)
ContinuousDistributionvalue - xpublic double getExpected()
public double getQuantile(double probability)
ContinuousDistributionprobability - P(<=x)public double getStandardDeviation()
RandomNumbergetStandardDeviation in interface DistributiongetStandardDeviation in class RandomNumberDistribution.getStandardDeviation(),
Distribution.getVariance()public double getVariance()
RandomNumbergetVariance in interface DistributiongetVariance in class RandomNumberDistribution.getStandardDeviation(),
Distribution.getVariance()public final double getLowerConfidenceQuantile(double confidence)
public final double getUpperConfidenceQuantile(double confidence)
protected double generate()
generate in class RandomNumberCopyright © 2019 Optimatika. All rights reserved.