ROL
|
#include <ROL_Logistic.hpp>
Public Member Functions | |
Logistic (const Real mean=0., const Real var=1.) | |
Logistic (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 | mean_ |
Real | var_ |
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_Logistic.hpp.
|
inline |
Definition at line 25 of file ROL_Logistic.hpp.
|
inline |
Definition at line 28 of file ROL_Logistic.hpp.
References ROL::Logistic< Real >::mean_, and ROL::Logistic< Real >::var_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 34 of file ROL_Logistic.hpp.
References ROL::Logistic< Real >::mean_, and ROL::Logistic< Real >::var_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 39 of file ROL_Logistic.hpp.
References ROL::Logistic< Real >::mean_, and ROL::Logistic< Real >::var_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 44 of file ROL_Logistic.hpp.
References ROL::Logistic< Real >::mean_, and ROL::Logistic< Real >::var_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 49 of file ROL_Logistic.hpp.
References ROL::Logistic< Real >::mean_, and ROL::Logistic< Real >::var_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 53 of file ROL_Logistic.hpp.
References ROL::Logistic< Real >::mean_, and ROL::Logistic< Real >::var_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 65 of file ROL_Logistic.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 69 of file ROL_Logistic.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 73 of file ROL_Logistic.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Logistic.hpp.
Referenced by ROL::Logistic< Real >::evaluateCDF(), ROL::Logistic< Real >::evaluatePDF(), ROL::Logistic< Real >::integrateCDF(), ROL::Logistic< Real >::invertCDF(), ROL::Logistic< Real >::Logistic(), and ROL::Logistic< Real >::moment().
|
private |
Definition at line 22 of file ROL_Logistic.hpp.
Referenced by ROL::Logistic< Real >::evaluateCDF(), ROL::Logistic< Real >::evaluatePDF(), ROL::Logistic< Real >::integrateCDF(), ROL::Logistic< Real >::invertCDF(), ROL::Logistic< Real >::Logistic(), and ROL::Logistic< Real >::moment().