F11 {DiscreteDists} | R Documentation |
Auxiliar function for hyper Poisson
Description
This function is used inside density function of Hyper Poisson.
Usage
F11(z, c, maxiter_series = 10000, tol = 1e-10)
Arguments
z , c |
values for F11. |
maxiter_series |
maximum value to obtain F11. |
tol |
this is the tolerance of the infinite sum. |
Value
returns the value for the F11 function.
[Package DiscreteDists version 1.0.0 Index]