|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--statistic.distribution.GenericDistribution | +--statistic.distribution.GenericContinuousDistribution
Field Summary |
Fields inherited from class statistic.distribution.GenericDistribution |
name, paramNames, params |
Constructor Summary | |
GenericContinuousDistribution()
|
Method Summary | |
abstract double |
inverseCdf(double x)
Return the value of Inverse Function at x |
double |
normalStandardCdf(double x)
Returns the value of the normal standard cumulative distribution function at x |
Methods inherited from class statistic.distribution.GenericDistribution |
cdf, getEquation, getName, getParam, getParamName, getParams, getParamsCount, getParamsNames, mean, pdf, rand, setParam, setParams, var |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GenericContinuousDistribution()
Method Detail |
public abstract double inverseCdf(double x)
x
- with x>=0 and x<=1public double normalStandardCdf(double x)
normalStandardCdf
in class GenericDistribution
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |