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)
 
virtual Real evaluatePDF (const Real input) const
 
virtual Real evaluateCDF (const Real input) const
 
virtual Real integrateCDF (const Real input) const
 
virtual Real invertCDF (const Real input) const
 
virtual Real moment (const size_t m) const
 
virtual Real lowerBound (void) const
 
virtual Real upperBound (void) const
 
virtual void test (std::ostream &outStream=std::cout) const
 

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

◆ Kumaraswamy() [1/2]

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

◆ Kumaraswamy() [2/2]

template<class Real >
ROL::Kumaraswamy< Real >::Kumaraswamy ( ROL::ParameterList &  parlist)
inline

Member Function Documentation

◆ nchoosek()

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

◆ evaluatePDF()

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

◆ evaluateCDF()

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

◆ integrateCDF()

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.

◆ invertCDF()

template<class Real >
Real ROL::Kumaraswamy< Real >::invertCDF ( const Real  input) const
inlinevirtual

◆ moment()

template<class Real >
Real ROL::Kumaraswamy< Real >::moment ( const size_t  m) const
inlinevirtual

◆ lowerBound()

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_.

◆ upperBound()

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_.

◆ test()

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

Member Data Documentation

◆ a_

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

◆ b_

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

◆ exp1_

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

◆ exp2_

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

◆ bGAMMAb_

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

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