|
ROL
|
#include <ROL_Beta.hpp>
Public Member Functions | |
| Beta (const Real shape1=2., const Real shape2=2.) | |
| Beta (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 | initializeQuadrature (void) |
| Real | ibeta (const Real x) const |
Private Attributes | |
| Real | shape1_ |
| Real | shape2_ |
| Real | coeff_ |
| std::vector< Real > | pts_ |
| std::vector< Real > | wts_ |
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 21 of file ROL_Beta.hpp.
|
inline |
Definition at line 69 of file ROL_Beta.hpp.
References coeff_, initializeQuadrature(), shape1_, and shape2_.
|
inline |
Definition at line 75 of file ROL_Beta.hpp.
References coeff_, initializeQuadrature(), shape1_, and shape2_.
|
inlineprivate |
|
inlineprivate |
Definition at line 58 of file ROL_Beta.hpp.
References pts_, shape1_, shape2_, and wts_.
Referenced by evaluateCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 84 of file ROL_Beta.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 89 of file ROL_Beta.hpp.
References coeff_, and ibeta().
Referenced by invertCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 93 of file ROL_Beta.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 98 of file ROL_Beta.hpp.
References evaluateCDF(), and ROL::ROL_EPSILON().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 123 of file ROL_Beta.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 137 of file ROL_Beta.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 141 of file ROL_Beta.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 145 of file ROL_Beta.hpp.
References ROL::Distribution< Real >::test().
|
private |
Definition at line 23 of file ROL_Beta.hpp.
Referenced by Beta(), Beta(), evaluatePDF(), ibeta(), and moment().
|
private |
Definition at line 24 of file ROL_Beta.hpp.
Referenced by Beta(), Beta(), evaluatePDF(), ibeta(), and moment().
|
private |
Definition at line 25 of file ROL_Beta.hpp.
Referenced by Beta(), Beta(), evaluateCDF(), and evaluatePDF().
|
private |
Definition at line 27 of file ROL_Beta.hpp.
Referenced by ibeta(), and initializeQuadrature().
|
private |
Definition at line 28 of file ROL_Beta.hpp.
Referenced by ibeta(), and initializeQuadrature().