ECDFResult — SciPy v1.15.2 Manual (original) (raw)
scipy.stats._result_classes.
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.