Logo

scikits.statsmodels.tools.tools.ECDF

scikits.statsmodels.tools.tools.ECDF(values)[source]

Return the Empirical CDF of an array as a step function.

Parameters :values : array-like
Returns :Empirical CDF as a step function. :

Previous topic

sm.tools.tools.categorical

Next topic

sm.tools.tools.clean0

This Page