cdf abstract method

double cdf(
  1. double x
)

Cumulative Distribution Function (CDF).

If you want to know probability for a range of values, you can use probabilityForRange.

Implementation

double cdf(double x);