User Manual, Developers Guide and API Documentation

wns::evaluation::statistics::DLREP Class Reference

Class DLREP: Discrete LRE (LRE III), probability function.

#include <evaluation/statistics/dlrep.hpp>

Inheritance diagram for wns::evaluation::statistics::DLREP:

Inheritance graph
[legend]
Collaboration diagram for wns::evaluation::statistics::DLREP:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void changeError (double newError)
 Change max error.
 DLREP (const wns::pyconfig::View &config)
 PyConfig Constructor.
 DLREP (double xMin, double xMax, double intSize, double error, double preFirst, std::string name, std::string description, bool forceRMinusAOk, int maxNrv, int skipInterval, formatType format)
 Constructor for equi-distant x-values.
 DLREP (std::vector< double > xValuesArr, int level, double error, double preFirst, std::string name, std::string description, bool forceRMinusAOk, int maxNrv, int skipInterval, formatType format)
 Constructor for non-equi-distant x-values.
virtual void getResultLine (const int index, ResultLine &line) const
 Result line.
virtual void print (std::ostream &aStreamRef=std::cout) const
 Print output.
void put (double value)
 put new value to probe
 ~DLREP ()
 Destructor.

Private Member Functions

DLRE::Phase rtc ()


Detailed Description

Definition at line 37 of file dlrep.hpp.


Constructor & Destructor Documentation

DLREP::DLREP ( std::vector< double xValuesArr,
int  level,
double  error,
double  preFirst,
std::string  name,
std::string  description,
bool  forceRMinusAOk,
int  maxNrv,
int  skipInterval,
formatType  format 
)

Definition at line 40 of file dlrep.cpp.

DLREP::DLREP ( double  xMin,
double  xMax,
double  intSize,
double  error,
double  preFirst,
std::string  name,
std::string  description,
bool  forceRMinusAOk,
int  maxNrv,
int  skipInterval,
formatType  format 
)

Definition at line 63 of file dlrep.cpp.

DLREP::DLREP ( const wns::pyconfig::View config  ) 

omnipotent pyconfig constructor

Definition at line 88 of file dlrep.cpp.

DLREP::~DLREP (  ) 

Definition at line 105 of file dlrep.cpp.


Member Function Documentation

void DLREP::changeError ( double  newError  )  [virtual]

change maximum relative error

Reimplemented from wns::evaluation::statistics::DLRE.

Definition at line 253 of file dlrep.cpp.

void DLREP::getResultLine ( const int  index,
ResultLine line 
) const [virtual]

Implements wns::evaluation::statistics::DLRE.

Definition at line 190 of file dlrep.cpp.

virtual void wns::evaluation::statistics::DLREP::print ( std::ostream &  aStreamRef = std::cout  )  const [virtual]

void DLREP::put ( double  value  )  [virtual]

put trial to probe

Implements wns::evaluation::statistics::DLRE.

Definition at line 119 of file dlrep.cpp.

DLRE::Phase DLREP::rtc (  )  [private]

Run Time Control (RTC) function, checks wether large sample conditions are fulfilled and measured error is lower than provided one; the number of values to collect before next rtc-call is determined by skipInterval_.

Definition at line 268 of file dlrep.cpp.


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

Generated on Sat May 26 03:32:53 2012 for openWNS by  doxygen 1.5.5