ROL
|
#include <ROL_Gamma.hpp>
Public Member Functions | |
Gamma (const Real shape=1., const Real scale=1.) | |
Gamma (ROL::ParameterList &parlist) | |
Real | evaluatePDF (const Real input) const |
Real | evaluateCDF (const Real input) const |
Real | integrateCDF (const Real input) const |
Real | invertCDF (const Real input) const |
Real | moment (const size_t m) const |
Real | lowerBound (void) const |
Real | upperBound (void) const |
void | test (std::ostream &outStream=std::cout) const |
Public Member Functions inherited from ROL::Distribution< Real > | |
virtual | ~Distribution (void) |
Private Member Functions | |
Real | igamma (const Real s, const Real x) const |
Private Attributes | |
Real | shape_ |
Real | scale_ |
Real | gamma_shape_ |
Real | coeff_ |
Additional Inherited Members | |
Protected Member Functions inherited from ROL::Distribution< Real > | |
void | test (const std::vector< Real > &X, const std::vector< int > &T, std::ostream &outStream=std::cout) const |
Definition at line 55 of file ROL_Gamma.hpp.
|
inline |
Definition at line 74 of file ROL_Gamma.hpp.
References ROL::Gamma< Real >::coeff_, ROL::Gamma< Real >::gamma_shape_, ROL::Gamma< Real >::scale_, and ROL::Gamma< Real >::shape_.
|
inline |
Definition at line 80 of file ROL_Gamma.hpp.
References ROL::Gamma< Real >::coeff_, ROL::Gamma< Real >::gamma_shape_, ROL::Gamma< Real >::scale_, and ROL::Gamma< Real >::shape_.
|
inlineprivate |
Definition at line 62 of file ROL_Gamma.hpp.
Referenced by ROL::Gamma< Real >::evaluateCDF(), and ROL::Gamma< Real >::integrateCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 89 of file ROL_Gamma.hpp.
References ROL::Gamma< Real >::coeff_, ROL::Gamma< Real >::scale_, and ROL::Gamma< Real >::shape_.
Referenced by ROL::Gamma< Real >::invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 93 of file ROL_Gamma.hpp.
References ROL::Gamma< Real >::gamma_shape_, ROL::Gamma< Real >::igamma(), ROL::Gamma< Real >::scale_, and ROL::Gamma< Real >::shape_.
Referenced by ROL::Gamma< Real >::invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 97 of file ROL_Gamma.hpp.
References ROL::Gamma< Real >::igamma(), ROL::Gamma< Real >::scale_, and ROL::Gamma< Real >::shape_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 102 of file ROL_Gamma.hpp.
References ROL::Gamma< Real >::evaluateCDF(), ROL::Gamma< Real >::evaluatePDF(), and ROL::Gamma< Real >::gamma_shape_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 126 of file ROL_Gamma.hpp.
References ROL::Gamma< Real >::gamma_shape_, ROL::Gamma< Real >::scale_, and ROL::Gamma< Real >::shape_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 136 of file ROL_Gamma.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 140 of file ROL_Gamma.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 144 of file ROL_Gamma.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 57 of file ROL_Gamma.hpp.
Referenced by ROL::Gamma< Real >::evaluateCDF(), ROL::Gamma< Real >::evaluatePDF(), ROL::Gamma< Real >::Gamma(), ROL::Gamma< Real >::integrateCDF(), and ROL::Gamma< Real >::moment().
|
private |
Definition at line 58 of file ROL_Gamma.hpp.
Referenced by ROL::Gamma< Real >::evaluateCDF(), ROL::Gamma< Real >::evaluatePDF(), ROL::Gamma< Real >::Gamma(), ROL::Gamma< Real >::integrateCDF(), and ROL::Gamma< Real >::moment().
|
private |
Definition at line 59 of file ROL_Gamma.hpp.
Referenced by ROL::Gamma< Real >::evaluateCDF(), ROL::Gamma< Real >::Gamma(), ROL::Gamma< Real >::invertCDF(), and ROL::Gamma< Real >::moment().
|
private |
Definition at line 60 of file ROL_Gamma.hpp.
Referenced by ROL::Gamma< Real >::evaluatePDF(), and ROL::Gamma< Real >::Gamma().