cdf_pareto SciMax Toolbox cdf_rank_sum

SciMax Toolbox >> cdf_poisson

cdf_poisson

Maxima Function

Calling Sequence

cdf_poisson (x,m)

Description

Returns the value at x of the distribution function of a Poisson(m) random variable, with m>0.

This function is numerically computed if the global variable numer equals true, otherwise it returns a nominal expression.

(%i1) load (distrib)$
(%i2) cdf_poisson(3,5);
(%o2)                   cdf_poisson(3, 5)
(%i3) cdf_poisson(3,5), numer;
(%o3)                   .2650259152973617
cdf_pareto SciMax Toolbox cdf_rank_sum