queso-0.53.0
Protected Attributes | Private Member Functions | List of all members
QUESO::BasicPdfsBase Class Referenceabstract

TODO: Base class for basic PDFs (via either GSL or Boost). More...

#include <BasicPdfsBase.h>

Inheritance diagram for QUESO::BasicPdfsBase:
Inheritance graph
[legend]

Public Member Functions

Constructor/Destructor methods
 BasicPdfsBase (int worldRank)
 Constructor. More...
 
virtual ~BasicPdfsBase ()
 Virtual destructor. More...
 
Mathematical methods
virtual double betaPdfActualValue (double x, double alpha, double beta) const =0
 TODO: Actual value of the Beta PDF (calculated via either Boost or GSL libraries). See template specialization. More...
 
virtual double gammaPdfActualValue (double x, double a, double b) const =0
 TODO: Actual value of the Gamma PDF (calculated via either Boost or GSL libraries). See template specialization. More...
 

Protected Attributes

int m_worldRank
 

Private Member Functions

 BasicPdfsBase ()
 Default constructor. More...
 

Detailed Description

TODO: Base class for basic PDFs (via either GSL or Boost).

Todo:
This class will acommodate the definition of a Joint PDF using either GSL or Boost distributions. It will ultimately be called by BaseJointPdf and/or its derived classes (via m_env.basicPdfs()) during the construction of Joint PDFs.

Definition at line 44 of file BasicPdfsBase.h.

Constructor & Destructor Documentation

QUESO::BasicPdfsBase::BasicPdfsBase ( int  worldRank)

Constructor.

Definition at line 34 of file BasicPdfsBase.C.

35  :
36  m_worldRank(worldRank)
37 {
38 }
QUESO::BasicPdfsBase::~BasicPdfsBase ( )
virtual

Virtual destructor.

Definition at line 40 of file BasicPdfsBase.C.

41 {
42 }
QUESO::BasicPdfsBase::BasicPdfsBase ( )
private

Default constructor.

Definition at line 30 of file BasicPdfsBase.C.

31 {
32 }

Member Function Documentation

virtual double QUESO::BasicPdfsBase::betaPdfActualValue ( double  x,
double  alpha,
double  beta 
) const
pure virtual

TODO: Actual value of the Beta PDF (calculated via either Boost or GSL libraries). See template specialization.

Implemented in QUESO::BasicPdfsBoost, and QUESO::BasicPdfsGsl.

virtual double QUESO::BasicPdfsBase::gammaPdfActualValue ( double  x,
double  a,
double  b 
) const
pure virtual

TODO: Actual value of the Gamma PDF (calculated via either Boost or GSL libraries). See template specialization.

Implemented in QUESO::BasicPdfsBoost, and QUESO::BasicPdfsGsl.

Member Data Documentation

int QUESO::BasicPdfsBase::m_worldRank
protected

Definition at line 65 of file BasicPdfsBase.h.


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

Generated on Thu Jun 11 2015 13:52:34 for queso-0.53.0 by  doxygen 1.8.5