#include <Accumulator.h>
Public Member Functions | |
void | Clear () |
double | GetAverageX () const |
double | GetAverageXY () const |
double | GetAverageY () const |
double | GetCorrelationCoefficient () const |
unsigned int | GetN () const |
double | GetStandardDeviationX () const |
double | GetStandardDeviationY () const |
void | operator() (const double x, const double y) |
Private Attributes | |
SampleStandardDeviation | fX |
AverageN | fXY |
SampleStandardDeviationN | fY |
Definition at line 245 of file Utilities/Statistics/Accumulator.h.
|
inline |
Definition at line 256 of file Utilities/Statistics/Accumulator.h.
References utl::Accumulator::AverageN::Clear(), utl::Accumulator::SampleVarianceN::Clear(), utl::Accumulator::SampleVariance::Clear(), fX, fXY, and fY.
|
inline |
Definition at line 248 of file Utilities/Statistics/Accumulator.h.
References fX, and utl::Accumulator::Average::GetAverage().
Referenced by GetCorrelationCoefficient().
|
inline |
Definition at line 250 of file Utilities/Statistics/Accumulator.h.
References fXY, utl::Accumulator::AverageN::GetAverage(), and GetN().
Referenced by GetCorrelationCoefficient().
|
inline |
Definition at line 249 of file Utilities/Statistics/Accumulator.h.
References fY, utl::Accumulator::AverageN::GetAverage(), and GetN().
Referenced by GetCorrelationCoefficient().
|
inline |
Definition at line 253 of file Utilities/Statistics/Accumulator.h.
References GetAverageX(), GetAverageXY(), GetAverageY(), GetN(), GetStandardDeviationX(), and GetStandardDeviationY().
|
inline |
Definition at line 247 of file Utilities/Statistics/Accumulator.h.
References fX, and utl::Accumulator::Average::GetN().
Referenced by GetAverageXY(), GetAverageY(), GetCorrelationCoefficient(), and GetStandardDeviationY().
|
inline |
Definition at line 251 of file Utilities/Statistics/Accumulator.h.
References fX, and utl::Accumulator::SampleStandardDeviation::GetStandardDeviation().
Referenced by GetCorrelationCoefficient().
|
inline |
Definition at line 252 of file Utilities/Statistics/Accumulator.h.
References fY, GetN(), and utl::Accumulator::SampleStandardDeviationN::GetStandardDeviation().
Referenced by GetCorrelationCoefficient().
|
inline |
Definition at line 257 of file Utilities/Statistics/Accumulator.h.
|
private |
Definition at line 259 of file Utilities/Statistics/Accumulator.h.
Referenced by Clear(), GetAverageX(), GetN(), GetStandardDeviationX(), and operator()().
|
private |
Definition at line 261 of file Utilities/Statistics/Accumulator.h.
Referenced by Clear(), GetAverageXY(), and operator()().
|
private |
Definition at line 260 of file Utilities/Statistics/Accumulator.h.
Referenced by Clear(), GetAverageY(), GetStandardDeviationY(), and operator()().