class documentation
Represents a probability distribution found through empirical data
Method | __init__ |
Undocumented |
Method | cdf |
Returns the cumulative density of value (i.e., fraction of datapoints less than value ), can be passed an array. |
Method | pdf |
Returns the probability density function of the distribution |
Method | ppf |
Returns the value of the distribution at cumulative probability prob . I.e., ppf(0.5) is the median, can be passed an array |
Method | whole |
Undocumented |
Instance Variable | _data |
Undocumented |