|
ROL
|
#include <ROL_Uniform.hpp>
Public Member Functions | |
| Uniform (const Real lo=0., const Real up=1.) | |
| Uniform (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 | a_ |
| Real | b_ |
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_Uniform.hpp.
|
inline |
Definition at line 25 of file ROL_Uniform.hpp.
|
inline |
Definition at line 28 of file ROL_Uniform.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 36 of file ROL_Uniform.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 40 of file ROL_Uniform.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 44 of file ROL_Uniform.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 49 of file ROL_Uniform.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 53 of file ROL_Uniform.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 57 of file ROL_Uniform.hpp.
References a_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 61 of file ROL_Uniform.hpp.
References b_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 65 of file ROL_Uniform.hpp.
References a_, b_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 21 of file ROL_Uniform.hpp.
Referenced by evaluateCDF(), evaluatePDF(), integrateCDF(), invertCDF(), lowerBound(), moment(), test(), Uniform(), and Uniform().
|
private |
Definition at line 22 of file ROL_Uniform.hpp.
Referenced by evaluateCDF(), evaluatePDF(), integrateCDF(), invertCDF(), moment(), test(), Uniform(), Uniform(), and upperBound().