|
GClasses
|
The inverse Gamma distribution. More...
#include <GDistribution.h>
Public Member Functions | |
| GInverseGammaDistribution () | |
| virtual | ~GInverseGammaDistribution () |
| virtual bool | isDiscrete () const |
| Returns false. More... | |
| virtual bool | isSupported (double x) const |
| Returns true iff x is positive. 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. More... | |
| void | setParams (double shape, double scale) |
| Sets the parameters of this distribution. More... | |
| virtual Type | type () const |
| Returns the type of distribution. More... | |
Public Member Functions inherited from GClasses::GUnivariateDistribution | |
| GUnivariateDistribution () | |
| virtual | ~GUnivariateDistribution () |
Protected Attributes | |
| double | m_scale |
| double | m_shape |
Additional Inherited Members | |
Public Types inherited from GClasses::GUnivariateDistribution | |
| enum | Type { categorical, normal, uniform, poisson, gamma, inverseGamma, beta, softImpulse } |
The inverse Gamma distribution.
|
inline |
|
inlinevirtual |
|
inlinevirtual |
Returns false.
Implements GClasses::GUnivariateDistribution.
|
inlinevirtual |
Returns true iff x is positive.
Implements GClasses::GUnivariateDistribution.
|
virtual |
See the comment for GUnivariateDistribution::likelihood.
Implements GClasses::GUnivariateDistribution.
|
inlinevirtual |
See the comment for GUnivariateDistribution::logLikelihood.
Implements GClasses::GUnivariateDistribution.
|
inline |
Returns the mean.
|
inlinevirtual |
Returns the mode.
Implements GClasses::GUnivariateDistribution.
|
inline |
Sets the parameters of this distribution.
|
inlinevirtual |
Returns the type of distribution.
Implements GClasses::GUnivariateDistribution.
|
protected |
|
protected |