|
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 |
|
inline |
|
inlineprivate |
Definition at line 29 of file ROL_Kumaraswamy.hpp.
References nchoosek().
Referenced by moment(), and nchoosek().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 56 of file ROL_Kumaraswamy.hpp.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 62 of file ROL_Kumaraswamy.hpp.
|
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.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 77 of file ROL_Kumaraswamy.hpp.
References a_, b_, bGAMMAb_, exp1_, exp2_, moment(), and nchoosek().
Referenced by moment().
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 87 of file ROL_Kumaraswamy.hpp.
References a_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 91 of file ROL_Kumaraswamy.hpp.
References b_.
|
inlinevirtual |
Reimplemented from ROL::Distribution< Real >.
Definition at line 95 of file ROL_Kumaraswamy.hpp.
References a_, b_, and ROL::Distribution< Real >::test().
|
private |
Definition at line 23 of file ROL_Kumaraswamy.hpp.
Referenced by evaluateCDF(), evaluatePDF(), invertCDF(), Kumaraswamy(), Kumaraswamy(), lowerBound(), moment(), and test().
|
private |
Definition at line 24 of file ROL_Kumaraswamy.hpp.
Referenced by evaluateCDF(), evaluatePDF(), invertCDF(), Kumaraswamy(), Kumaraswamy(), moment(), test(), and upperBound().
|
private |
Definition at line 25 of file ROL_Kumaraswamy.hpp.
Referenced by evaluateCDF(), evaluatePDF(), invertCDF(), Kumaraswamy(), Kumaraswamy(), and moment().
|
private |
Definition at line 26 of file ROL_Kumaraswamy.hpp.
Referenced by evaluateCDF(), evaluatePDF(), invertCDF(), Kumaraswamy(), Kumaraswamy(), and moment().
|
private |
Definition at line 27 of file ROL_Kumaraswamy.hpp.
Referenced by Kumaraswamy(), Kumaraswamy(), and moment().