public static class KolmogorovDistribution.CDF extends KolmogorovDistribution implements ClosedFormCumulativeDistributionFunction<java.lang.Double>
KolmogorovDistribution.CDFMEAN, 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, sampleIntoclonesample, sampleequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, convertFromVector, convertToVectorgetMaxSupport, getMeanAsDouble, getMinSupport, getVariancegetMeansample, sample, sampleIntopublic 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()
UnivariateDistributiongetCDF in interface ClosedFormUnivariateDistribution<java.lang.Double>getCDF in interface UnivariateDistribution<java.lang.Double>getCDF in class KolmogorovDistribution