Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Private Types

AsymmetricStatistics< Real > Class Template Reference

Internal class for asymmetric distributions. More...

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

Inheritance diagram for AsymmetricStatistics< Real >:
BasicStatistics< Real >

List of all members.

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.

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


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< Real >.


Constructor & Destructor Documentation

AsymmetricStatistics (  )  [inline]

Default constructor.


Member Function Documentation

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

"variance to the left hand side"

References AsymmetricStatistics< Real >::variance1_.

Referenced by ModelFitter< PeakType, FeatureType >::fitRT_().

RealType variance2 (  )  const [inline]

"variance to the right hand side"

References AsymmetricStatistics< Real >::variance2_.

Referenced by ModelFitter< PeakType, FeatureType >::fitRT_().


Member Data Documentation


OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1