ROL
|
#include <ROL_Smale.hpp>
Public Member Functions | |
Smale (const Real a=0., const Real b=1.) | |
Smale (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 Attributes | |
Real | a_ |
Real | b_ |
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_Smale.hpp.
|
inline |
Definition at line 25 of file ROL_Smale.hpp.
|
inline |
Definition at line 28 of file ROL_Smale.hpp.
References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 36 of file ROL_Smale.hpp.
References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.
Referenced by ROL::Smale< Real >::invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 42 of file ROL_Smale.hpp.
References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.
Referenced by ROL::Smale< Real >::invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 48 of file ROL_Smale.hpp.
References ROL::Smale< Real >::a_, and ROL::Smale< Real >::b_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 54 of file ROL_Smale.hpp.
References ROL::Smale< Real >::a_, ROL::Smale< Real >::evaluateCDF(), and ROL::Smale< Real >::evaluatePDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 78 of file ROL_Smale.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 83 of file ROL_Smale.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 87 of file ROL_Smale.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 91 of file ROL_Smale.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Smale.hpp.
Referenced by ROL::Smale< Real >::evaluateCDF(), ROL::Smale< Real >::evaluatePDF(), ROL::Smale< Real >::integrateCDF(), ROL::Smale< Real >::invertCDF(), and ROL::Smale< Real >::Smale().
|
private |
Definition at line 22 of file ROL_Smale.hpp.
Referenced by ROL::Smale< Real >::evaluateCDF(), ROL::Smale< Real >::evaluatePDF(), ROL::Smale< Real >::integrateCDF(), and ROL::Smale< Real >::Smale().