|
ROL
|
#include <ROL_Gaussian.hpp>
Public Member Functions | |
| Gaussian (const Real mean=0., const Real variance=1.) | |
| Gaussian (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 | |
| Real | erfi (const Real p) const |
Private Attributes | |
| Real | mean_ |
| Real | variance_ |
| std::vector< Real > | a_ |
| std::vector< Real > | b_ |
| std::vector< Real > | c_ |
| std::vector< Real > | d_ |
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_Gaussian.hpp.
|
inline |
|
inline |
|
inlineprivate |
Definition at line 29 of file ROL_Gaussian.hpp.
References a_, b_, c_, d_, ROL::ROL::ScalarTraits< Real >::pi(), and zero.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 70 of file ROL_Gaussian.hpp.
References mean_, ROL::ROL::ScalarTraits< Real >::pi(), and variance_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 74 of file ROL_Gaussian.hpp.
References mean_, and variance_.
Referenced by invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 79 of file ROL_Gaussian.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 84 of file ROL_Gaussian.hpp.
References evaluateCDF(), mean_, variance_, and zero.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 125 of file ROL_Gaussian.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 158 of file ROL_Gaussian.hpp.
References ROL::ROL_NINF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 162 of file ROL_Gaussian.hpp.
References ROL::ROL_INF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 166 of file ROL_Gaussian.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Gaussian.hpp.
Referenced by evaluateCDF(), evaluatePDF(), Gaussian(), Gaussian(), invertCDF(), and moment().
|
private |
Definition at line 22 of file ROL_Gaussian.hpp.
Referenced by evaluateCDF(), evaluatePDF(), Gaussian(), Gaussian(), invertCDF(), and moment().
|
private |
Definition at line 24 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().
|
private |
Definition at line 25 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().
|
private |
Definition at line 26 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().
|
private |
Definition at line 27 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().