{ } Raw JSON

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 : ndarray

The unique values of the sample from which the EmpiricalDistributionFunction was estimated.

probabilities : ndarray

The point estimates of the cumulative distribution function (CDF) or its complement, the survival function (SF), corresponding with quantiles.

Aliases

  • scipy.stats._survival.EmpiricalDistributionFunction

Referenced by