Click or drag to resize

TDistributionInverseCdf Method

Overload List
  NameDescription
Public methodInverseCdf(Double)
Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter.
(Overrides CUDistributionInverseCdf(Double).)
Public methodStatic memberInverseCdf(Double, Double)
Inverse cumulative distribution function. Is useful for quantile calculation. Function will return value of random variable such that likelihood for this random variable to occur less than or equal to returned value equal to specified pvalue parameter.
Top
See Also