...

cdf

cdf(a : ranvar) 🡒 zedfunc, pure function

Returns, as a zedunc, the cumulative distribution function of a ranvar.

Example:

x = poisson(3)
y = cdf(x)
show scalar "" a1c3 with y
User Contributed Notes
0 notes + add a note