ID EN
Statistics

cdf

Python 3.11

Using a cumulative distribution function (cdf), compute the probability that a random variable X will be less than or equal to x. Mathematically, it is written P(X

Syntax

PYTHON
cdf(x)