ROL
|
#include <ROL_Exponential.hpp>
Public Member Functions | |
Exponential (const Real loc=0., const Real scale=1.) | |
Exponential (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 | |
size_t | compute_coeff (const size_t m, const size_t k) const |
Private Attributes | |
Real | loc_ |
Real | scale_ |
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 19 of file ROL_Exponential.hpp.
|
inline |
Definition at line 36 of file ROL_Exponential.hpp.
|
inline |
Definition at line 39 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlineprivate |
Definition at line 24 of file ROL_Exponential.hpp.
Referenced by ROL::Exponential< Real >::moment().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 45 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 49 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 53 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 58 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 62 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::compute_coeff(), ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 71 of file ROL_Exponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 75 of file ROL_Exponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 79 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Exponential.hpp.
Referenced by ROL::Exponential< Real >::evaluateCDF(), ROL::Exponential< Real >::evaluatePDF(), ROL::Exponential< Real >::Exponential(), ROL::Exponential< Real >::integrateCDF(), ROL::Exponential< Real >::moment(), and ROL::Exponential< Real >::test().
|
private |
Definition at line 22 of file ROL_Exponential.hpp.
Referenced by ROL::Exponential< Real >::evaluateCDF(), ROL::Exponential< Real >::evaluatePDF(), ROL::Exponential< Real >::Exponential(), ROL::Exponential< Real >::integrateCDF(), ROL::Exponential< Real >::invertCDF(), and ROL::Exponential< Real >::moment().