|
MathQuantilePoisson
For the specified probability, the function calculates the inverse value of Poisson distribution function with the lambda parameter. In case of error it returns NaN.
double MathQuantilePoisson(
|
For the specified probability, the function calculates the inverse value of Poisson distribution function with the lambda parameter. In case of error it returns NaN.
double MathQuantilePoisson(
|
For the specified probability[] array of probability values, the function calculates the inverse value of Poisson distribution function with the lambda parameter. In case of error it returns false. Analog of the qhyper() in R.
double MathQuantilePoisson(
|
For the specified probability[] array of probability values, the function calculates the inverse value of Poisson distribution function with the lambda parameter. In case of error it returns false.
bool MathQuantilePoisson(
|
Parameters
probability
[in] Probability value of random variable.
probability[]
[in] Array with probability values of random variable.
lambda
[in] Parameter of the distribution (mean).
tail
[in] Flag of calculation, if tail=false, then calculation is performed for 1.0-probability.
log_mode
[in] Flag of calculation, if log_mode=true, calculation is performed for Exp(probability).
error_code
[out] Variable to get the error code.
result[]
[out] Array with values of quantiles.