ROL
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ROL::Kumaraswamy< Real > Class Template Reference

#include <ROL_Kumaraswamy.hpp>

+ Inheritance diagram for ROL::Kumaraswamy< Real >:

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
 

Detailed Description

template<class Real>
class ROL::Kumaraswamy< Real >

Definition at line 55 of file ROL_Kumaraswamy.hpp.

Constructor & Destructor Documentation

template<class Real >
ROL::Kumaraswamy< Real >::Kumaraswamy ( const Real  a = 0.,
const Real  b = 1.,
const Real  exp1 = 0.5,
const Real  exp2 = 0.5 
)
inline
template<class Real >
ROL::Kumaraswamy< Real >::Kumaraswamy ( ROL::ParameterList &  parlist)
inline

Member Function Documentation

template<class Real >
size_t ROL::Kumaraswamy< Real >::nchoosek ( const size_t  n,
const size_t  k 
) const
inlineprivate

Definition at line 63 of file ROL_Kumaraswamy.hpp.

Referenced by ROL::Kumaraswamy< Real >::moment().

template<class Real >
Real ROL::Kumaraswamy< Real >::evaluatePDF ( const Real  input) const
inlinevirtual
template<class Real >
Real ROL::Kumaraswamy< Real >::evaluateCDF ( const Real  input) const
inlinevirtual
template<class Real >
Real ROL::Kumaraswamy< Real >::integrateCDF ( const Real  input) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 101 of file ROL_Kumaraswamy.hpp.

template<class Real >
Real ROL::Kumaraswamy< Real >::invertCDF ( const Real  input) const
inlinevirtual
template<class Real >
Real ROL::Kumaraswamy< Real >::moment ( const size_t  m) const
inlinevirtual
template<class Real >
Real ROL::Kumaraswamy< Real >::lowerBound ( void  ) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 121 of file ROL_Kumaraswamy.hpp.

References ROL::Kumaraswamy< Real >::a_.

template<class Real >
Real ROL::Kumaraswamy< Real >::upperBound ( void  ) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 125 of file ROL_Kumaraswamy.hpp.

References ROL::Kumaraswamy< Real >::b_.

template<class Real >
void ROL::Kumaraswamy< Real >::test ( std::ostream &  outStream = std::cout) const
inlinevirtual

Member Data Documentation

template<class Real >
Real ROL::Kumaraswamy< Real >::a_
private
template<class Real >
Real ROL::Kumaraswamy< Real >::b_
private
template<class Real >
Real ROL::Kumaraswamy< Real >::exp1_
private
template<class Real >
Real ROL::Kumaraswamy< Real >::exp2_
private
template<class Real >
Real ROL::Kumaraswamy< Real >::bGAMMAb_
private

The documentation for this class was generated from the following file: