Ceylan::Maths::Random::ProbabilityFunction Class Reference

A probability function (also called the probability density function, or density function) of a continuous distribution is defined as the derivative of the (cumulative) distribution function. More...

#include <CeylanProbability.h>

Inheritance diagram for Ceylan::Maths::Random::ProbabilityFunction:

Inheritance graph
[legend]
Collaboration diagram for Ceylan::Maths::Random::ProbabilityFunction:

Collaboration graph
[legend]

List of all members.

Public Types

enum  TextOutputFormat { rawText, html }
 Defines what text output formats for TextDisplayable instances are available. More...

Public Member Functions

 ProbabilityFunction ()
 Basic constructor.
virtual ~ProbabilityFunction () throw ()
 Basic virtual destructor;.
virtual Probability operator() (Sample aSample) const =0
 The callable method, returns the probability that this sample is realized.
virtual const std::string toString (VerbosityLevels level=high) const =0
 Returns a user-friendly description of the state of this object.

Static Public Member Functions

static const std::string ToString (std::list< TextDisplayable * > displayables, Ceylan::VerbosityLevels level=Ceylan::high)
 Returns a user-friendly description of this list of pointers to text displayable instances.
static TextOutputFormat GetOutputFormat ()
 Returns the current overall text format to be used by TextDisplayable instances.
static void SetOutputFormat (TextOutputFormat newOutputFormat)
 Sets the current overall text format to be used by TextDisplayable instances.

Static Protected Attributes

static TextOutputFormat _OutputFormat = rawText
 The text format to be used currently by TextDisplayable instances.


Detailed Description

A probability function (also called the probability density function, or density function) of a continuous distribution is defined as the derivative of the (cumulative) distribution function.

Definition at line 72 of file CeylanProbability.h.


Member Enumeration Documentation

Defines what text output formats for TextDisplayable instances are available.

Enumerator:
rawText 
html 

Definition at line 124 of file CeylanTextDisplayable.h.


Constructor & Destructor Documentation

ProbabilityFunction::ProbabilityFunction (  ) 

Basic constructor.

Definition at line 38 of file CeylanProbability.cc.

ProbabilityFunction::~ProbabilityFunction (  )  throw () [virtual]

Basic virtual destructor;.

Definition at line 46 of file CeylanProbability.cc.


Member Function Documentation

TextDisplayable::TextOutputFormat TextDisplayable::GetOutputFormat (  )  [static, inherited]

virtual Probability Ceylan::Maths::Random::ProbabilityFunction::operator() ( Sample  aSample  )  const [pure virtual]

The callable method, returns the probability that this sample is realized.

Implemented in Ceylan::Maths::Random::NormalProbabilityFunction.

void TextDisplayable::SetOutputFormat ( TextOutputFormat  newOutputFormat  )  [static, inherited]

Sets the current overall text format to be used by TextDisplayable instances.

Parameters:
newOutputFormat the new output format.

Definition at line 72 of file CeylanTextDisplayable.cc.

References Ceylan::TextDisplayable::_OutputFormat.

Referenced by Ceylan::Log::LogHolder::LogHolder().

const std::string TextDisplayable::ToString ( std::list< TextDisplayable * >  displayables,
Ceylan::VerbosityLevels  level = Ceylan::high 
) [static, inherited]

Returns a user-friendly description of this list of pointers to text displayable instances.

Parameters:
displayables a list of pointers to TextDisplayable instances/
level the requested verbosity level.
Note:
Text output format is determined from overall settings.
See also:
toString, Ceylan::VerbosityLevels

Definition at line 45 of file CeylanTextDisplayable.cc.

References Ceylan::formatStringList().

virtual const std::string Ceylan::Maths::Random::ProbabilityFunction::toString ( VerbosityLevels  level = high  )  const [pure virtual]

Returns a user-friendly description of the state of this object.

Parameters:
level the requested verbosity level.
Note:
Text output format is determined from overall settings.
See also:
TextDisplayable

Reimplemented from Ceylan::Functor.

Implemented in Ceylan::Maths::Random::NormalProbabilityFunction.

Referenced by Ceylan::Maths::Random::RandomGeneratorFromPDF::toString().


Member Data Documentation

TextDisplayable::TextOutputFormat TextDisplayable::_OutputFormat = rawText [static, protected, inherited]

The text format to be used currently by TextDisplayable instances.

Note:
Defaults to raw text.

Definition at line 158 of file CeylanTextDisplayable.h.

Referenced by Ceylan::TextDisplayable::GetOutputFormat(), and Ceylan::TextDisplayable::SetOutputFormat().


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

Generated on Thu Jun 4 20:40:33 2009 for Ceylan by  doxygen 1.5.8