scipy.stats._result_classes.

ECDFResult

class scipy.stats._result_classes.ECDFResult(q, cdf, sf, n, d)[source]

Result object returned by scipy.stats.ecdf

Attributes:
cdfEmpiricalDistributionFunction

An object representing the empirical cumulative distribution function.

sfEmpiricalDistributionFunction

An object representing the complement of the empirical cumulative distribution function.