#include <OpenMS/MATH/STATISTICS/AsymmetricStatistics.h>
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< Real > | Base |
The real type and basic statistics specified as template argument. | |
typedef Base::RealType | RealType |
The real type specified as template argument. |
typedef BasicStatistics<Real> Base [private] |
The real type and basic statistics specified as template argument.
typedef Base::RealType RealType [private] |
AsymmetricStatistics | ( | ) | [inline] |
Default constructor.
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.
RealType variance1_ [protected] |
RealType variance2_ [protected] |
Generated Tue Apr 1 15:36:49 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |