|
ROL
|
#include <ROL_TruncatedExponential.hpp>
Inheritance diagram for ROL::TruncatedExponential< Real >: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 53 of file ROL_TruncatedExponential.hpp.
|
inline |
|
inline |
|
inlineprivate |
Definition at line 63 of file ROL_TruncatedExponential.hpp.
Referenced by moment().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 99 of file ROL_TruncatedExponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 103 of file ROL_TruncatedExponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 107 of file ROL_TruncatedExponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 113 of file ROL_TruncatedExponential.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 117 of file ROL_TruncatedExponential.hpp.
References a_, b_, coeff_, compute_coeff(), expa_, expb_, and scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 126 of file ROL_TruncatedExponential.hpp.
References a_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 130 of file ROL_TruncatedExponential.hpp.
References b_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 134 of file ROL_TruncatedExponential.hpp.
References a_, b_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 55 of file ROL_TruncatedExponential.hpp.
Referenced by evaluateCDF(), evaluatePDF(), integrateCDF(), invertCDF(), lowerBound(), moment(), test(), TruncatedExponential(), and TruncatedExponential().
|
private |
Definition at line 56 of file ROL_TruncatedExponential.hpp.
Referenced by evaluateCDF(), evaluatePDF(), integrateCDF(), invertCDF(), moment(), test(), TruncatedExponential(), TruncatedExponential(), and upperBound().
|
private |
Definition at line 57 of file ROL_TruncatedExponential.hpp.
Referenced by evaluateCDF(), evaluatePDF(), integrateCDF(), invertCDF(), moment(), TruncatedExponential(), and TruncatedExponential().
|
private |
Definition at line 58 of file ROL_TruncatedExponential.hpp.
Referenced by evaluateCDF(), integrateCDF(), invertCDF(), moment(), TruncatedExponential(), and TruncatedExponential().
|
private |
Definition at line 59 of file ROL_TruncatedExponential.hpp.
Referenced by integrateCDF(), moment(), TruncatedExponential(), and TruncatedExponential().
|
private |
Definition at line 60 of file ROL_TruncatedExponential.hpp.
Referenced by evaluateCDF(), integrateCDF(), invertCDF(), TruncatedExponential(), and TruncatedExponential().
|
private |
Definition at line 61 of file ROL_TruncatedExponential.hpp.
Referenced by evaluatePDF(), moment(), TruncatedExponential(), and TruncatedExponential().