| Package | Description |
|---|---|
| smile.stat.distribution |
Probability distributions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GeometricDistribution
The geometric distribution is a discrete probability distribution of the
number X of Bernoulli trials needed to get one success, supported on the set
{1, 2, 3, …}.
|
class |
PoissonDistribution
Poisson distribution expresses the probability of a number of events
occurring in a fixed period of time if these events occur with a known
average rate and independently of the time since the last event.
|
class |
ShiftedGeometricDistribution
The "shifted" geometric distribution is a discrete probability distribution of the
number of failures before the first success, supported on the set
{0, 1, 2, 3, …}.
|
Copyright © 2015. All rights reserved.