|
ROL
|
#include <ROL_Exponential.hpp>
Inheritance diagram for ROL::Exponential< Real >: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 53 of file ROL_Exponential.hpp.
|
inline |
Definition at line 70 of file ROL_Exponential.hpp.
|
inline |
Definition at line 73 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlineprivate |
Definition at line 58 of file ROL_Exponential.hpp.
Referenced by ROL::Exponential< Real >::moment().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 79 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 83 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 87 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 92 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 96 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 105 of file ROL_Exponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 109 of file ROL_Exponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 113 of file ROL_Exponential.hpp.
References ROL::Exponential< Real >::loc_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 55 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 56 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().
1.8.5