|
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 coeff_, gamma_shape_, scale_, and shape_.
|
inline |
Definition at line 46 of file ROL_Gamma.hpp.
References coeff_, gamma_shape_, scale_, and shape_.
|
inlineprivate |
Definition at line 28 of file ROL_Gamma.hpp.
Referenced by evaluateCDF(), and integrateCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 55 of file ROL_Gamma.hpp.
References coeff_, scale_, and shape_.
Referenced by invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 59 of file ROL_Gamma.hpp.
References gamma_shape_, igamma(), scale_, and shape_.
Referenced by invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 63 of file ROL_Gamma.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 68 of file ROL_Gamma.hpp.
References evaluateCDF(), evaluatePDF(), gamma_shape_, and ROL::ROL_EPSILON().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 92 of file ROL_Gamma.hpp.
References gamma_shape_, scale_, and 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.
References ROL::ROL_INF().
|
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 evaluateCDF(), evaluatePDF(), Gamma(), Gamma(), integrateCDF(), and moment().
|
private |
Definition at line 24 of file ROL_Gamma.hpp.
Referenced by evaluateCDF(), evaluatePDF(), Gamma(), Gamma(), integrateCDF(), and moment().
|
private |
Definition at line 25 of file ROL_Gamma.hpp.
Referenced by evaluateCDF(), Gamma(), Gamma(), invertCDF(), and moment().
|
private |
Definition at line 26 of file ROL_Gamma.hpp.
Referenced by evaluatePDF(), Gamma(), and Gamma().