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 53 of file ROL_Gumbel.hpp.
|
inline |
Definition at line 65 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::checkInputs(), ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inline |
Definition at line 70 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::checkInputs(), ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlineprivate |
Definition at line 58 of file ROL_Gumbel.hpp.
Referenced by ROL::Gumbel< Real >::Gumbel().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 76 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 81 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 86 of file ROL_Gumbel.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 91 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 95 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Gumbel< Real >::scale_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 110 of file ROL_Gumbel.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 114 of file ROL_Gumbel.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 118 of file ROL_Gumbel.hpp.
References ROL::Gumbel< Real >::loc_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 55 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 56 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().