|
STK++ 0.9.13
|
Implement the Joint Gamma probability law. More...
#include <STK_MultiLaw_JointGamma.h>

Public Types | |
| typedef JointProbability< RowVector, Law::Gamma > | Base |
Public Types inherited from STK::MultiLaw::JointProbability< RowVector, Law::Gamma > | |
| typedef RowVector::Type | Type |
| typedef IMultiLaw< RowVector > | Base |
Public Member Functions | |
| JointGamma () | |
| default constructor | |
| JointGamma (int const &nbVar) | |
| constructor | |
| virtual | ~JointGamma () |
| destructor | |
| Real const & | shape (int const &j) const |
| void | setShape (int const &j, Real const &shape) |
| set the shape of the jth law | |
| Real const & | scale (int const &j) const |
| void | setScale (int const &j, Real const &scale) |
| set the scale of the jth law | |
Public Member Functions inherited from STK::MultiLaw::JointProbability< RowVector, Law::Gamma > | |
| JointProbability (String const &name) | |
| Constructor. | |
| JointProbability (String const &name, int nbVar) | |
| Constructor. | |
| virtual | ~JointProbability () |
| destructor | |
| Array1D< Law > const & | JointLaw () const |
| Law const & | law (int const &j) const |
| Law & | law (int const &j) |
| Law const & | atLaw (int const &j) const |
| Law & | atLaw (int const &j) |
| void | resize (int const &nbVar) |
| resize the joint probability | |
| virtual Real | pdf (RowVector const &x) const |
| compute the probability distribution function (density) of the multivariate law. | |
| virtual Real | lpdf (RowVector const &x) const |
| compute the log probability distribution function Give the value of the log-pdf at the point x. | |
| virtual void | rand (RowVector &x) const |
| simulate a realization of the joint law and store the result in x. | |
Public Member Functions inherited from STK::MultiLaw::IMultiLaw< RowVector > | |
| virtual | ~IMultiLaw () |
| destructor. | |
Public Member Functions inherited from STK::Law::ILawBase | |
| String const & | name () const |
Additional Inherited Members | |
Protected Member Functions inherited from STK::MultiLaw::IMultiLaw< RowVector > | |
| IMultiLaw (String const &name) | |
| Constructor. | |
Protected Member Functions inherited from STK::Law::ILawBase | |
| ILawBase (String const &name) | |
| Constructor. | |
| ~ILawBase () | |
| destructor. | |
Protected Attributes inherited from STK::MultiLaw::JointProbability< RowVector, Law::Gamma > | |
| Array1D< Law > | jointLaw_ |
| Array with the marginal laws. | |
Protected Attributes inherited from STK::Law::ILawBase | |
| String | name_ |
| Name of the Law. | |
Implement the Joint Gamma probability law.
Definition at line 50 of file STK_MultiLaw_JointGamma.h.
| typedef JointProbability<RowVector, Law::Gamma> STK::MultiLaw::JointGamma< RowVector >::Base |
Definition at line 53 of file STK_MultiLaw_JointGamma.h.
|
inline |
default constructor
Definition at line 55 of file STK_MultiLaw_JointGamma.h.
|
inline |
constructor
Definition at line 57 of file STK_MultiLaw_JointGamma.h.
|
inlinevirtual |
|
inline |
Definition at line 66 of file STK_MultiLaw_JointGamma.h.
References STK::MultiLaw::JointProbability< RowVector, Law::Gamma >::law().
Referenced by STK::MultiLaw::JointGamma< RowVector >::setScale().
|
inline |
set the scale of the jth law
Definition at line 68 of file STK_MultiLaw_JointGamma.h.
References STK::MultiLaw::JointProbability< RowVector, Law::Gamma >::law(), and STK::MultiLaw::JointGamma< RowVector >::scale().
|
inline |
set the shape of the jth law
Definition at line 63 of file STK_MultiLaw_JointGamma.h.
References STK::MultiLaw::JointProbability< RowVector, Law::Gamma >::law(), and STK::MultiLaw::JointGamma< RowVector >::shape().
|
inline |
Definition at line 61 of file STK_MultiLaw_JointGamma.h.
References STK::MultiLaw::JointProbability< RowVector, Law::Gamma >::law().
Referenced by STK::MultiLaw::JointGamma< RowVector >::setShape().