Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

AsymmetricStatistics Class Template Reference

#include <OpenMS/MATH/STATISTICS/AsymmetricStatistics.h>

Inheritance diagram for AsymmetricStatistics:

BasicStatistics

List of all members.


Detailed Description

template<typename Real = DoubleReal>
class OpenMS::Math::AsymmetricStatistics< Real >

Internal class for asymmetric distributions.

Internal class for asymmetric distributions used for consistency with BasisStatistic class

Public Member Functions

 AsymmetricStatistics ()
 Default constructor.
RealType variance1 () const
 "variance to the left hand side"
RealType variance2 () const
 "variance to the right hand side"
template<typename ProbabilityIterator, typename CoordinateIterator>
void update (ProbabilityIterator const probability_begin, ProbabilityIterator const probability_end, CoordinateIterator const coordinate_begin)
 You can call this as often as you like, using different input vectors.

Protected Attributes

Protected Members
RealType variance1_
RealType variance2_

Private Types

typedef BasicStatistics< RealBase
 The real type and basic statistics specified as template argument.
typedef Base::RealType RealType
 The real type specified as template argument.


Member Typedef Documentation

typedef BasicStatistics<Real> Base [private]

The real type and basic statistics specified as template argument.

typedef Base::RealType RealType [private]

The real type specified as template argument.

Reimplemented from BasicStatistics.


Constructor & Destructor Documentation

AsymmetricStatistics (  )  [inline]

Default constructor.


Member Function Documentation

RealType variance1 (  )  const [inline]

"variance to the left hand side"

RealType variance2 (  )  const [inline]

"variance to the right hand side"

void update ( ProbabilityIterator const   probability_begin,
ProbabilityIterator const   probability_end,
CoordinateIterator const   coordinate_begin 
) [inline]

You can call this as often as you like, using different input vectors.

Reimplemented from BasicStatistics.


Member Data Documentation

RealType variance1_ [protected]

RealType variance2_ [protected]


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:49 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1