|
ROL
|
#include <ROL_Gaussian.hpp>
Inheritance diagram for ROL::Gaussian< Real >: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 53 of file ROL_Gaussian.hpp.
|
inline |
|
inline |
|
inlineprivate |
Definition at line 63 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 104 of file ROL_Gaussian.hpp.
References mean_, ROL::ROL::ScalarTraits< Real >::pi(), and variance_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 108 of file ROL_Gaussian.hpp.
References mean_, and variance_.
Referenced by invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 113 of file ROL_Gaussian.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 118 of file ROL_Gaussian.hpp.
References evaluateCDF(), mean_, variance_, and zero.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 159 of file ROL_Gaussian.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 192 of file ROL_Gaussian.hpp.
References ROL::ROL_NINF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 196 of file ROL_Gaussian.hpp.
References ROL::ROL_INF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 200 of file ROL_Gaussian.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 55 of file ROL_Gaussian.hpp.
Referenced by evaluateCDF(), evaluatePDF(), Gaussian(), Gaussian(), invertCDF(), and moment().
|
private |
Definition at line 56 of file ROL_Gaussian.hpp.
Referenced by evaluateCDF(), evaluatePDF(), Gaussian(), Gaussian(), invertCDF(), and moment().
|
private |
Definition at line 58 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().
|
private |
Definition at line 59 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().
|
private |
Definition at line 60 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().
|
private |
Definition at line 61 of file ROL_Gaussian.hpp.
Referenced by erfi(), Gaussian(), and Gaussian().