public static class KolmogorovDistribution.CDF extends KolmogorovDistribution implements ClosedFormCumulativeDistributionFunction<java.lang.Double>
KolmogorovDistribution.CDF
MEAN, VARIANCE
Constructor and Description |
---|
CDF()
Creates a new instance of CDF
|
Modifier and Type | Method and Description |
---|---|
static double |
evaluate(double input)
This is the probks() function from Numerical Recipes in C, pp.
|
java.lang.Double |
evaluate(java.lang.Double input)
Evaluates the function on the given input and returns the output.
|
KolmogorovDistribution.CDF |
getCDF()
Gets the CDF of a scalar distribution.
|
convertFromVector, convertToVector, getMaxSupport, getMean, getMeanAsDouble, getMinSupport, getVariance, sampleInto
clone
sample, sample
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, convertFromVector, convertToVector
getMaxSupport, getMeanAsDouble, getMinSupport, getVariance
getMean
sample, sample, sampleInto
public java.lang.Double evaluate(java.lang.Double input)
Evaluator
@PublicationReference(author={"William H. Press","Saul A. Teukolsky","Willim T. Vetterling","Brian P. Flannery"}, title="Numerical Recipes in C, Second Edition", type=Book, year=1992, pages=626, notes={"Loosely based on the NRC probks() method.","Returns complement (1.0-value) of the NRC probks() method."}, url="http://www.nrbook.com/a/bookcpdf.php") public static double evaluate(double input)
input
- Value at which to evaluate the CDFpublic KolmogorovDistribution.CDF getCDF()
UnivariateDistribution
getCDF
in interface ClosedFormUnivariateDistribution<java.lang.Double>
getCDF
in interface UnivariateDistribution<java.lang.Double>
getCDF
in class KolmogorovDistribution