ROL
|
#include <ROL_Laplace.hpp>
Public Member Functions | |
Laplace (const Real mean=0., const Real scale=1.) | |
Laplace (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 | mean_ |
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_Laplace.hpp.
|
inline |
Definition at line 36 of file ROL_Laplace.hpp.
|
inline |
Definition at line 39 of file ROL_Laplace.hpp.
References ROL::Laplace< Real >::mean_, and ROL::Laplace< Real >::scale_.
|
inlineprivate |
Definition at line 24 of file ROL_Laplace.hpp.
Referenced by ROL::Laplace< Real >::moment().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 45 of file ROL_Laplace.hpp.
References ROL::Laplace< Real >::mean_, and ROL::Laplace< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 49 of file ROL_Laplace.hpp.
References ROL::Laplace< Real >::mean_, and ROL::Laplace< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 54 of file ROL_Laplace.hpp.
References ROL::Laplace< Real >::mean_, and ROL::Laplace< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 59 of file ROL_Laplace.hpp.
References ROL::Laplace< Real >::mean_, and ROL::Laplace< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 64 of file ROL_Laplace.hpp.
References ROL::Laplace< Real >::compute_coeff(), ROL::Laplace< Real >::mean_, and ROL::Laplace< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 81 of file ROL_Laplace.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 85 of file ROL_Laplace.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 89 of file ROL_Laplace.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Laplace.hpp.
Referenced by ROL::Laplace< Real >::evaluateCDF(), ROL::Laplace< Real >::evaluatePDF(), ROL::Laplace< Real >::integrateCDF(), ROL::Laplace< Real >::invertCDF(), ROL::Laplace< Real >::Laplace(), and ROL::Laplace< Real >::moment().
|
private |
Definition at line 22 of file ROL_Laplace.hpp.
Referenced by ROL::Laplace< Real >::evaluateCDF(), ROL::Laplace< Real >::evaluatePDF(), ROL::Laplace< Real >::integrateCDF(), ROL::Laplace< Real >::invertCDF(), ROL::Laplace< Real >::Laplace(), and ROL::Laplace< Real >::moment().