STK++ 0.9.13
|
#include <STK_JointGammaModel.h>
Public Member Functions | |
dloglikelihood (Real const &mean, Real const &meanLog) | |
Real | fImpl (Real a) const |
Real | xminImpl () const |
![]() | |
Real | operator() (Real const &x) const |
Real | xmin () const |
Real | xmax () const |
Real | xminImpl () const |
Real | xmaxImpl () const |
![]() | |
Derived & | asDerived () |
static cast : return a reference of this with a cast to the derived class. | |
Derived const & | asDerived () const |
static cast : return a const reference of this with a cast to the derived class. | |
Derived * | asPtrDerived () |
static cast : return a ptr on a Derived of this with a cast to the derived class. | |
Derived const * | asPtrDerived () const |
static cast : return a ptr on a constant Derived of this with a cast to the derived class. | |
Derived * | clone () const |
create a leaf using the copy constructor of the Derived class. | |
Derived * | clone (bool isRef) const |
create a leaf using the copy constructor of the Derived class and a flag determining if the clone is a reference or not. | |
Private Attributes | |
Real | delta_ |
Additional Inherited Members | |
![]() | |
IFunction () | |
Default Constructor. | |
~IFunction () | |
destructor. | |
![]() | |
IRecursiveTemplate () | |
constructor. | |
~IRecursiveTemplate () | |
destructor. | |
Definition at line 160 of file STK_JointGammaModel.h.
|
inline |
Definition at line 163 of file STK_JointGammaModel.h.
|
inline |
a | a positive real value |
Definition at line 168 of file STK_JointGammaModel.h.
References STK::JointGammaModel< Array, WColVector >::dloglikelihood::delta_, and STK::Funct::psi_raw().
|
inline |
Definition at line 171 of file STK_JointGammaModel.h.
|
private |
Definition at line 173 of file STK_JointGammaModel.h.
Referenced by STK::JointGammaModel< Array, WColVector >::dloglikelihood::fImpl().