Histogram.ncdf#

property Histogram.ncdf: ndarray#

Normalized cumulative distribution function

Returns:

cdf is the normalised cumulative histogram values

Return type:

ndarray(N) or ndarray(N,P)

Deprecated since version 2.0.0: Use hist().cdf instead.