public static class ParetoDistribution.PDF extends ParetoDistribution implements UnivariateProbabilityDensityFunction
ParetoDistribution.CDF, ParetoDistribution.PDF
DEFALUT_SCALE, DEFAULT_SHAPE, DEFAULT_SHIFT, scale, shape, shift
Constructor and Description |
---|
PDF()
Creates a new instance of PDF
|
PDF(double shape,
double scale,
double shift)
Creates a new instance of PDF
|
PDF(ParetoDistribution other)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double input)
Produces a double output for the given double input
|
java.lang.Double |
evaluate(java.lang.Double input)
Evaluates the function on the given input and returns the output.
|
double |
evaluateAsDouble(java.lang.Double input)
Evaluates the scalar function as a double.
|
ParetoDistribution.PDF |
getProbabilityFunction()
Gets the distribution function associated with this Distribution,
either the PDF or PMF.
|
double |
logEvaluate(double input)
Evaluate the natural logarithm of the distribution function.
|
double |
logEvaluate(java.lang.Double input)
Evaluate the natural logarithm of the distribution function.
|
clone, convertFromVector, convertToVector, getCDF, getMaxSupport, getMeanAsDouble, getMinSupport, getScale, getShape, getVariance, sampleAsDouble, sampleInto, setScale, setShape, setShift, toString
getMean, sampleAsDoubles, sampleInto
sample, sample
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCDF, getMean, sampleAsDouble, sampleAsDoubles, sampleInto
getMaxSupport, getMeanAsDouble, getMinSupport, getVariance
sample, sample, sampleInto
clone, convertFromVector, convertToVector
public PDF()
public PDF(double shape, double scale, double shift)
shape
- Scale parameter, must be greater than zero.scale
- Scale parameter, must be greater than zero.shift
- Amount to shift the distribution to the left.public PDF(ParetoDistribution other)
other
- ParetoDistribution to copypublic ParetoDistribution.PDF getProbabilityFunction()
ComputableDistribution
getProbabilityFunction
in interface ComputableDistribution<java.lang.Double>
getProbabilityFunction
in interface ProbabilityDensityFunction<java.lang.Double>
getProbabilityFunction
in interface SmoothUnivariateDistribution
getProbabilityFunction
in interface UnivariateProbabilityDensityFunction
getProbabilityFunction
in class ParetoDistribution
public double logEvaluate(java.lang.Double input)
ProbabilityFunction
logEvaluate
in interface ProbabilityFunction<java.lang.Double>
input
- The input to be evaluatedpublic double logEvaluate(double input)
UnivariateProbabilityDensityFunction
logEvaluate
in interface UnivariateProbabilityDensityFunction
input
- The input value.public java.lang.Double evaluate(java.lang.Double input)
Evaluator
evaluate
in interface Evaluator<java.lang.Double,java.lang.Double>
evaluate
in interface ScalarFunction<java.lang.Double>
evaluate
in interface UnivariateScalarFunction
input
- The input to evaluate.public double evaluateAsDouble(java.lang.Double input)
ScalarFunction
evaluateAsDouble
in interface ScalarFunction<java.lang.Double>
evaluateAsDouble
in interface UnivariateScalarFunction
input
- The input value.public double evaluate(double input)
UnivariateScalarFunction
evaluate
in interface UnivariateScalarFunction
input
- Input to the Evaluator