ROL
|
#include <ROL_Kumaraswamy.hpp>
Public Member Functions | |
Kumaraswamy (const Real a=0., const Real b=1., const Real exp1=0.5, const Real exp2=0.5) | |
Kumaraswamy (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 | |
size_t | nchoosek (const size_t n, const size_t k) const |
Private Attributes | |
Real | a_ |
Real | b_ |
Real | exp1_ |
Real | exp2_ |
Real | bGAMMAb_ |
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_Kumaraswamy.hpp.
|
inline |
Definition at line 34 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::bGAMMAb_, and ROL::Kumaraswamy< Real >::exp2_.
|
inline |
Definition at line 41 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::a_, ROL::Kumaraswamy< Real >::b_, ROL::Kumaraswamy< Real >::bGAMMAb_, ROL::Kumaraswamy< Real >::exp1_, and ROL::Kumaraswamy< Real >::exp2_.
|
inlineprivate |
Definition at line 29 of file ROL_Kumaraswamy.hpp.
Referenced by ROL::Kumaraswamy< Real >::moment().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 56 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::a_, ROL::Kumaraswamy< Real >::b_, ROL::Kumaraswamy< Real >::exp1_, and ROL::Kumaraswamy< Real >::exp2_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 62 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::a_, ROL::Kumaraswamy< Real >::b_, ROL::Kumaraswamy< Real >::exp1_, and ROL::Kumaraswamy< Real >::exp2_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 67 of file ROL_Kumaraswamy.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 72 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::a_, ROL::Kumaraswamy< Real >::b_, ROL::Kumaraswamy< Real >::exp1_, and ROL::Kumaraswamy< Real >::exp2_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 77 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::a_, ROL::Kumaraswamy< Real >::b_, ROL::Kumaraswamy< Real >::bGAMMAb_, ROL::Kumaraswamy< Real >::exp1_, ROL::Kumaraswamy< Real >::exp2_, and ROL::Kumaraswamy< Real >::nchoosek().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 87 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::a_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 91 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::b_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 95 of file ROL_Kumaraswamy.hpp.
References ROL::Kumaraswamy< Real >::a_, ROL::Kumaraswamy< Real >::b_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 23 of file ROL_Kumaraswamy.hpp.
Referenced by ROL::Kumaraswamy< Real >::evaluateCDF(), ROL::Kumaraswamy< Real >::evaluatePDF(), ROL::Kumaraswamy< Real >::invertCDF(), ROL::Kumaraswamy< Real >::Kumaraswamy(), ROL::Kumaraswamy< Real >::lowerBound(), ROL::Kumaraswamy< Real >::moment(), and ROL::Kumaraswamy< Real >::test().
|
private |
Definition at line 24 of file ROL_Kumaraswamy.hpp.
Referenced by ROL::Kumaraswamy< Real >::evaluateCDF(), ROL::Kumaraswamy< Real >::evaluatePDF(), ROL::Kumaraswamy< Real >::invertCDF(), ROL::Kumaraswamy< Real >::Kumaraswamy(), ROL::Kumaraswamy< Real >::moment(), ROL::Kumaraswamy< Real >::test(), and ROL::Kumaraswamy< Real >::upperBound().
|
private |
Definition at line 25 of file ROL_Kumaraswamy.hpp.
Referenced by ROL::Kumaraswamy< Real >::evaluateCDF(), ROL::Kumaraswamy< Real >::evaluatePDF(), ROL::Kumaraswamy< Real >::invertCDF(), ROL::Kumaraswamy< Real >::Kumaraswamy(), and ROL::Kumaraswamy< Real >::moment().
|
private |
Definition at line 26 of file ROL_Kumaraswamy.hpp.
Referenced by ROL::Kumaraswamy< Real >::evaluateCDF(), ROL::Kumaraswamy< Real >::evaluatePDF(), ROL::Kumaraswamy< Real >::invertCDF(), ROL::Kumaraswamy< Real >::Kumaraswamy(), and ROL::Kumaraswamy< Real >::moment().
|
private |
Definition at line 27 of file ROL_Kumaraswamy.hpp.
Referenced by ROL::Kumaraswamy< Real >::Kumaraswamy(), and ROL::Kumaraswamy< Real >::moment().