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
Returns, as a zedunc, the cumulative distribution function of a ranvar.
Example:
x = poisson(3)
y = cdf(x)
show scalar "" a1c3 with y