Implements the empirical cumulative distribution function given an array of observations.
quantecon.ecdf.
ECDF
Bases: object
object
One-dimensional empirical distribution function given a vector of observations.
An array of observations
Methods
__call__