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 ROL::Beta< Real >::coeff_, ROL::Beta< Real >::initializeQuadrature(), ROL::Beta< Real >::shape1_, and ROL::Beta< Real >::shape2_.
Definition at line 75 of file ROL_Beta.hpp.
References ROL::Beta< Real >::coeff_, ROL::Beta< Real >::initializeQuadrature(), ROL::Beta< Real >::shape1_, and ROL::Beta< Real >::shape2_.
|
inlineprivate |
Definition at line 30 of file ROL_Beta.hpp.
References ROL::Beta< Real >::pts_, and ROL::Beta< Real >::wts_.
Referenced by ROL::Beta< Real >::Beta().
|
inlineprivate |
Definition at line 58 of file ROL_Beta.hpp.
References ROL::Beta< Real >::pts_, ROL::Beta< Real >::shape1_, ROL::Beta< Real >::shape2_, and ROL::Beta< Real >::wts_.
Referenced by ROL::Beta< Real >::evaluateCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 84 of file ROL_Beta.hpp.
References ROL::Beta< Real >::coeff_, ROL::Beta< Real >::shape1_, and ROL::Beta< Real >::shape2_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 89 of file ROL_Beta.hpp.
References ROL::Beta< Real >::coeff_, and ROL::Beta< Real >::ibeta().
Referenced by ROL::Beta< Real >::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 ROL::Beta< Real >::evaluateCDF().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 123 of file ROL_Beta.hpp.
References ROL::Beta< Real >::shape1_, and ROL::Beta< Real >::shape2_.
|
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 ROL::Beta< Real >::Beta(), ROL::Beta< Real >::evaluatePDF(), ROL::Beta< Real >::ibeta(), and ROL::Beta< Real >::moment().
|
private |
Definition at line 24 of file ROL_Beta.hpp.
Referenced by ROL::Beta< Real >::Beta(), ROL::Beta< Real >::evaluatePDF(), ROL::Beta< Real >::ibeta(), and ROL::Beta< Real >::moment().
|
private |
Definition at line 25 of file ROL_Beta.hpp.
Referenced by ROL::Beta< Real >::Beta(), ROL::Beta< Real >::evaluateCDF(), and ROL::Beta< Real >::evaluatePDF().
|
private |
Definition at line 27 of file ROL_Beta.hpp.
Referenced by ROL::Beta< Real >::ibeta(), and ROL::Beta< Real >::initializeQuadrature().
|
private |
Definition at line 28 of file ROL_Beta.hpp.
Referenced by ROL::Beta< Real >::ibeta(), and ROL::Beta< Real >::initializeQuadrature().