ROL
|
#include <ROL_Cauchy.hpp>
Public Member Functions | |
Cauchy (const Real loc=0., const Real scale=1.) | |
Cauchy (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 | 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 19 of file ROL_Cauchy.hpp.
|
inline |
Definition at line 25 of file ROL_Cauchy.hpp.
|
inline |
Definition at line 28 of file ROL_Cauchy.hpp.
References ROL::Cauchy< Real >::loc_, and ROL::Cauchy< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 34 of file ROL_Cauchy.hpp.
References ROL::Cauchy< Real >::loc_, ROL::ScalarTraits< Real >::pi(), and ROL::Cauchy< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 38 of file ROL_Cauchy.hpp.
References ROL::Cauchy< Real >::loc_, ROL::ScalarTraits< Real >::pi(), and ROL::Cauchy< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 42 of file ROL_Cauchy.hpp.
References ROL::Cauchy< Real >::loc_, and ROL::Cauchy< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 47 of file ROL_Cauchy.hpp.
References ROL::Cauchy< Real >::loc_, and ROL::Cauchy< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 51 of file ROL_Cauchy.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 56 of file ROL_Cauchy.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 60 of file ROL_Cauchy.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 64 of file ROL_Cauchy.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Cauchy.hpp.
Referenced by ROL::Cauchy< Real >::Cauchy(), ROL::Cauchy< Real >::evaluateCDF(), ROL::Cauchy< Real >::evaluatePDF(), ROL::Cauchy< Real >::integrateCDF(), and ROL::Cauchy< Real >::invertCDF().
|
private |
Definition at line 22 of file ROL_Cauchy.hpp.
Referenced by ROL::Cauchy< Real >::Cauchy(), ROL::Cauchy< Real >::evaluateCDF(), ROL::Cauchy< Real >::evaluatePDF(), ROL::Cauchy< Real >::integrateCDF(), and ROL::Cauchy< Real >::invertCDF().