The statsmodels
API says Returns empirical CDF as a step function.
That's a mathematical statement. In terms of Python variables and data structures what is the ECDF as a step function? Is it a tuple, list, array, scalar, etc.?
The statsmodels
API says Returns empirical CDF as a step function.
That's a mathematical statement. In terms of Python variables and data structures what is the ECDF as a step function? Is it a tuple, list, array, scalar, etc.?