ROL
|
#include <ROL_TruncatedExponential.hpp>
Public Member Functions | |
TruncatedExponential (const Real a=0., const Real b=1., const Real scale=1.) | |
TruncatedExponential (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 | a_ |
Real | b_ |
Real | scale_ |
Real | expa_ |
Real | expb_ |
Real | diff_ |
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 19 of file ROL_TruncatedExponential.hpp.
|
inline |
Definition at line 41 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, ROL::TruncatedExponential< Real >::coeff_, ROL::TruncatedExponential< Real >::diff_, ROL::TruncatedExponential< Real >::expa_, ROL::TruncatedExponential< Real >::expb_, and ROL::TruncatedExponential< Real >::scale_.
|
inline |
Definition at line 49 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, ROL::TruncatedExponential< Real >::coeff_, ROL::TruncatedExponential< Real >::diff_, ROL::TruncatedExponential< Real >::expa_, ROL::TruncatedExponential< Real >::expb_, and ROL::TruncatedExponential< Real >::scale_.
|
inlineprivate |
Definition at line 29 of file ROL_TruncatedExponential.hpp.
Referenced by ROL::TruncatedExponential< Real >::moment().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 65 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, ROL::TruncatedExponential< Real >::coeff_, and ROL::TruncatedExponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 69 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, ROL::TruncatedExponential< Real >::diff_, ROL::TruncatedExponential< Real >::expa_, and ROL::TruncatedExponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 73 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, ROL::TruncatedExponential< Real >::diff_, ROL::TruncatedExponential< Real >::expa_, ROL::TruncatedExponential< Real >::expb_, and ROL::TruncatedExponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 79 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, ROL::TruncatedExponential< Real >::diff_, ROL::TruncatedExponential< Real >::expa_, and ROL::TruncatedExponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 83 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, ROL::TruncatedExponential< Real >::coeff_, ROL::TruncatedExponential< Real >::compute_coeff(), ROL::TruncatedExponential< Real >::expa_, ROL::TruncatedExponential< Real >::expb_, and ROL::TruncatedExponential< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 92 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 96 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::b_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 100 of file ROL_TruncatedExponential.hpp.
References ROL::TruncatedExponential< Real >::a_, ROL::TruncatedExponential< Real >::b_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_TruncatedExponential.hpp.
Referenced by ROL::TruncatedExponential< Real >::evaluateCDF(), ROL::TruncatedExponential< Real >::evaluatePDF(), ROL::TruncatedExponential< Real >::integrateCDF(), ROL::TruncatedExponential< Real >::invertCDF(), ROL::TruncatedExponential< Real >::lowerBound(), ROL::TruncatedExponential< Real >::moment(), ROL::TruncatedExponential< Real >::test(), and ROL::TruncatedExponential< Real >::TruncatedExponential().
|
private |
Definition at line 22 of file ROL_TruncatedExponential.hpp.
Referenced by ROL::TruncatedExponential< Real >::evaluateCDF(), ROL::TruncatedExponential< Real >::evaluatePDF(), ROL::TruncatedExponential< Real >::integrateCDF(), ROL::TruncatedExponential< Real >::invertCDF(), ROL::TruncatedExponential< Real >::moment(), ROL::TruncatedExponential< Real >::test(), ROL::TruncatedExponential< Real >::TruncatedExponential(), and ROL::TruncatedExponential< Real >::upperBound().
|
private |
Definition at line 23 of file ROL_TruncatedExponential.hpp.
Referenced by ROL::TruncatedExponential< Real >::evaluateCDF(), ROL::TruncatedExponential< Real >::evaluatePDF(), ROL::TruncatedExponential< Real >::integrateCDF(), ROL::TruncatedExponential< Real >::invertCDF(), ROL::TruncatedExponential< Real >::moment(), and ROL::TruncatedExponential< Real >::TruncatedExponential().
|
private |
Definition at line 24 of file ROL_TruncatedExponential.hpp.
Referenced by ROL::TruncatedExponential< Real >::evaluateCDF(), ROL::TruncatedExponential< Real >::integrateCDF(), ROL::TruncatedExponential< Real >::invertCDF(), ROL::TruncatedExponential< Real >::moment(), and ROL::TruncatedExponential< Real >::TruncatedExponential().
|
private |
Definition at line 25 of file ROL_TruncatedExponential.hpp.
Referenced by ROL::TruncatedExponential< Real >::integrateCDF(), ROL::TruncatedExponential< Real >::moment(), and ROL::TruncatedExponential< Real >::TruncatedExponential().
|
private |
|
private |
Definition at line 27 of file ROL_TruncatedExponential.hpp.
Referenced by ROL::TruncatedExponential< Real >::evaluatePDF(), ROL::TruncatedExponential< Real >::moment(), and ROL::TruncatedExponential< Real >::TruncatedExponential().