Diffpack Documentation
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Search
ExpecVar Class Reference
estimation of the expectation and standard devation of a random variable.
More...
#include <empirstat.h>
Inheritance diagram for ExpecVar::
List of all members.
Detailed Description
estimation of the expectation and standard devation of a random variable.
NAME: ExpecVar - estimation of the expectation and standard devation of a random variable
DESCRIPTION:
The class offers estimators for the expectation and the standard deviation of a random variable. The class offers functions for updating statistics and printing of intermediate results during sampling as well as functions for returning the calculated statistical quanities.
Constructor & Destructor Documentation
|
ExpecVar::ExpecVar (
|
) [inline]
|
|
|
ExpecVar::~ExpecVar (
|
) [inline]
|
|
Member Function Documentation
|
void ExpecVar::estimator (
|
) [protected]
|
|
|
real ExpecVar::getExpec (
|
) [inline]
|
|
|
|
returns the current estimated expectation value. |
|
real ExpecVar::getStDev (
|
) [inline]
|
|
|
|
returns the current estimated standard deviation value. |
|
void ExpecVar::init (
|
) [inline]
|
|
|
void ExpecVar::intermediateResults (
|
Os os )
|
|
|
|
prints the curent expectation and standard deviation values.
Reimplemented in Moments, and Extremes. |
|
void ExpecVar::printResults (
|
Os os )
|
|
|
void ExpecVar::update (
|
real random_variable )
|
|
|
|
adds a new sample to the estimators.
Reimplemented in Moments, and Extremes. |
Member Data Documentation
real ExpecVar::exp [protected]
|
|
real ExpecVar::var [protected]
|
|
real ExpecVar::zm1 [protected]
|
|
real ExpecVar::zm2 [protected]
|
|
The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.