Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

MomentsFieldFE Class Reference

estimation of expectation, variance, skewness and kurtosis of FE fields. More...

#include <MomentsFieldFE.h>

Inheritance diagram for MomentsFieldFE::

ExpecVarFieldFE EmpiricalStatistics List of all members.

Public Methods

 MomentsFieldFE ()
virtual ~MomentsFieldFE ()
virtual void estimator ()
virtual bool redim (const FieldFE &f)
virtual bool ok () const
virtual void init ()
virtual void update (FieldFE &u)
FieldFEgetSkew ()
FieldFEgetKurt ()
FieldFEgetThird ()
FieldFEgetFourth ()

Protected Attributes

Handle(FieldFEz3
Handle(FieldFEz4
Handle(FieldFESKEW
Handle(FieldFEKURT
Handle(FieldFETHIRD
Handle(FieldFEFOURTH

Detailed Description

estimation of expectation, variance, skewness and kurtosis of FE fields.

NAME: MomentsFieldFE - estimation of expectation, variance, skewness and kurtosis of FE fields

DESCRIPTION:

The class is like class "Moments", but applies to finite element fields. See class "ExpecVarFieldFE" and "ExpecVarFieldLattice" for more documentation. The only extension of the current class is that it can handle the third and the fourth moment in addition to the expectation and the variance.


Constructor & Destructor Documentation

MomentsFieldFE::MomentsFieldFE ( )
 

MomentsFieldFE::~MomentsFieldFE ( ) [virtual]
 


Member Function Documentation

void MomentsFieldFE::estimator ( ) [virtual]
 

Reimplemented from ExpecVarFieldFE.

FieldFE & MomentsFieldFE::getFourth ( )
 

FieldFE & MomentsFieldFE::getKurt ( )
 

FieldFE & MomentsFieldFE::getSkew ( )
 

FieldFE & MomentsFieldFE::getThird ( )
 

void MomentsFieldFE::init ( ) [virtual]
 

Reimplemented from ExpecVarFieldFE.

bool MomentsFieldFE::ok ( ) const [virtual]
 

Reimplemented from ExpecVarFieldFE.

bool MomentsFieldFE::redim ( const FieldFE & f ) [virtual]
 

Reimplemented from ExpecVarFieldFE.

void MomentsFieldFE::update ( FieldFE & u ) [virtual]
 

Reimplemented from ExpecVarFieldFE.


Member Data Documentation

Handle(FieldFE) MomentsFieldFE::FOURTH [protected]
 

Handle(FieldFE) MomentsFieldFE::KURT [protected]
 

Handle(FieldFE) MomentsFieldFE::SKEW [protected]
 

Handle(FieldFE) MomentsFieldFE::THIRD [protected]
 

Handle(FieldFE) MomentsFieldFE::z3 [protected]
 

Handle(FieldFE) MomentsFieldFE::z4 [protected]
 


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.