|
GClasses
|
The Poisson distribution.
#include <GDistribution.h>
Public Member Functions | |
| GPoissonDistribution () | |
| virtual | ~GPoissonDistribution () |
| virtual bool | isDiscrete () const |
| Returns true. More... | |
| virtual bool | isSupported (double x) const |
| Returns true iff x rounds to a non-negative value. More... | |
| virtual double | likelihood (double x) |
| See the comment for GUnivariateDistribution::likelihood. More... | |
| virtual double | logLikelihood (double x) |
| See the comment for GUnivariateDistribution::logLikelihood. More... | |
| double | mean () const |
| Returns the mean. More... | |
| virtual double | mode () const |
| Returns the mode (which is also the mean) More... | |
| void | setParams (double rate) |
| Sets the parameters of this distribution. More... | |
| virtual Type | type () const |
| Returns the type of distribution. More... | |
| double | variance () const |
| Returns the variance. More... | |
Public Member Functions inherited from GClasses::GUnivariateDistribution | |
| GUnivariateDistribution () | |
| virtual | ~GUnivariateDistribution () |
Protected Attributes | |
| double | m_rate |
Additional Inherited Members | |
Public Types inherited from GClasses::GUnivariateDistribution |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Returns true.
Implements GClasses::GUnivariateDistribution.
|
inlinevirtual |
Returns true iff x rounds to a non-negative value.
Implements GClasses::GUnivariateDistribution.
|
virtual |
See the comment for GUnivariateDistribution::likelihood.
Implements GClasses::GUnivariateDistribution.
|
virtual |
See the comment for GUnivariateDistribution::logLikelihood.
Implements GClasses::GUnivariateDistribution.
|
inline |
Returns the mean.
|
inlinevirtual |
Returns the mode (which is also the mean)
Implements GClasses::GUnivariateDistribution.
|
inline |
Sets the parameters of this distribution.
|
inlinevirtual |
Returns the type of distribution.
Implements GClasses::GUnivariateDistribution.
|
inline |
Returns the variance.
|
protected |