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 21 of file ROL_Gamma.hpp.
|
inline |
Definition at line 40 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 46 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 28 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 55 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 59 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 63 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 68 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 92 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 102 of file ROL_Gamma.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 106 of file ROL_Gamma.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 110 of file ROL_Gamma.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 23 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 24 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 25 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 26 of file ROL_Gamma.hpp.
Referenced by ROL::Gamma< Real >::evaluatePDF(), and ROL::Gamma< Real >::Gamma().