ROL
|
#include <ROL_Gumbel.hpp>
Public Member Functions | |
Gumbel (const Real loc=0., const Real scale=1.) | |
Gumbel (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 | |
void | checkInputs (const Real loc, const Real scale) const |
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_Gumbel.hpp.
|
inline |
Definition at line 31 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::checkInputs(), ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inline |
Definition at line 36 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::checkInputs(), ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlineprivate |
Definition at line 24 of file ROL_Gumbel.hpp.
Referenced by ROL::Gumbel< Real >::Gumbel().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 42 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 47 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 52 of file ROL_Gumbel.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 57 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 61 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 76 of file ROL_Gumbel.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 80 of file ROL_Gumbel.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 84 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Gumbel.hpp.
Referenced by ROL::Gumbel< Real >::evaluateCDF(), ROL::Gumbel< Real >::evaluatePDF(), ROL::Gumbel< Real >::Gumbel(), ROL::Gumbel< Real >::invertCDF(), ROL::Gumbel< Real >::moment(), and ROL::Gumbel< Real >::test().
|
private |
Definition at line 22 of file ROL_Gumbel.hpp.
Referenced by ROL::Gumbel< Real >::evaluateCDF(), ROL::Gumbel< Real >::evaluatePDF(), ROL::Gumbel< Real >::Gumbel(), ROL::Gumbel< Real >::invertCDF(), and ROL::Gumbel< Real >::moment().