|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CdfFunction
Public interface for the user-supplied cumulative distribution function to be used by InverseCdf and ChiSquaredTest.
Method Summary | |
---|---|
double |
cdf(double p)
Public interface for the user-supplied cumulative distribution function to be used by InverseCdf. |
Method Detail |
---|
double cdf(double p)
p
- a double
scalar value representing the point
at which the inverse CDF is desired.
double
scalar value representing the probability
that a random variable for this CDF takes a value less than or
equal to this value is p.
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |