ROL
ROL::Arcsine< Real > Class Template Reference

#include <ROL_Arcsine.hpp>

Inheritance diagram for ROL::Arcsine< Real >:

Public Member Functions

 Arcsine (const Real a=0., const Real b=1.)
 Arcsine (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 Attributes

Real a_
Real b_

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::Arcsine< Real >

Definition at line 19 of file ROL_Arcsine.hpp.

Constructor & Destructor Documentation

◆ Arcsine() [1/2]

template<class Real>
ROL::Arcsine< Real >::Arcsine ( const Real a = 0.,
const Real b = 1. )
inline

Definition at line 25 of file ROL_Arcsine.hpp.

References a_, and b_.

◆ Arcsine() [2/2]

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

Definition at line 28 of file ROL_Arcsine.hpp.

References a_, and b_.

Member Function Documentation

◆ evaluatePDF()

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

Reimplemented from ROL::Distribution< Real >.

Definition at line 36 of file ROL_Arcsine.hpp.

References a_, b_, and ROL::ROL::ScalarTraits< Real >::pi().

◆ evaluateCDF()

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

Reimplemented from ROL::Distribution< Real >.

Definition at line 41 of file ROL_Arcsine.hpp.

References a_, b_, and ROL::ROL::ScalarTraits< Real >::pi().

◆ integrateCDF()

template<class Real>
Real ROL::Arcsine< Real >::integrateCDF ( const Real input) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 45 of file ROL_Arcsine.hpp.

◆ invertCDF()

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

Reimplemented from ROL::Distribution< Real >.

Definition at line 50 of file ROL_Arcsine.hpp.

References a_, b_, and ROL::ROL::ScalarTraits< Real >::pi().

◆ moment()

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

Reimplemented from ROL::Distribution< Real >.

Definition at line 55 of file ROL_Arcsine.hpp.

References a_, and b_.

◆ lowerBound()

template<class Real>
Real ROL::Arcsine< Real >::lowerBound ( void ) const
inlinevirtual

Reimplemented from ROL::Distribution< Real >.

Definition at line 68 of file ROL_Arcsine.hpp.

References a_.

◆ upperBound()

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

Reimplemented from ROL::Distribution< Real >.

Definition at line 72 of file ROL_Arcsine.hpp.

References b_.

◆ test()

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

Reimplemented from ROL::Distribution< Real >.

Definition at line 76 of file ROL_Arcsine.hpp.

References a_, b_, and ROL::Distribution< Real >::test().

Member Data Documentation

◆ a_

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

◆ b_

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

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