bundles / scipy 1.17.1 / scipy / stats / _survival / EmpiricalDistributionFunction
class
scipy.stats._survival:EmpiricalDistributionFunction
source: /scipy/stats/_survival.py :18
Signature
class EmpiricalDistributionFunction ( q , p , n , d , kind ) Members
Summary
An empirical distribution function produced by scipy.stats.ecdf
Attributes
quantiles: ndarrayThe unique values of the sample from which the EmpiricalDistributionFunction was estimated.
probabilities: ndarrayThe point estimates of the cumulative distribution function (CDF) or its complement, the survival function (SF), corresponding with quantiles.
Aliases
-
scipy.stats._survival.EmpiricalDistributionFunction