#include <TileLaserDefaultCalibTool.h>
◆ RunningStat()
| RunningStat::RunningStat |
( |
| ) |
|
|
inline |
◆ Clear()
| void RunningStat::Clear |
( |
| ) |
|
|
inline |
◆ EventsPerSlice()
| int RunningStat::EventsPerSlice |
( |
| ) |
|
|
inline |
◆ GetNSlices()
| int RunningStat::GetNSlices |
( |
| ) |
|
|
inline |
◆ Mean() [1/2]
| double RunningStat::Mean |
( |
| ) |
const |
|
inline |
◆ Mean() [2/2]
| double RunningStat::Mean |
( |
unsigned int |
iSlice | ) |
|
|
inline |
◆ NumDataValues()
| int RunningStat::NumDataValues |
( |
| ) |
const |
|
inline |
◆ Push()
| void RunningStat::Push |
( |
double |
x | ) |
|
|
inline |
◆ StandardDeviation()
| double RunningStat::StandardDeviation |
( |
| ) |
const |
|
inline |
◆ Variance() [1/2]
| double RunningStat::Variance |
( |
| ) |
const |
|
inline |
◆ Variance() [2/2]
| double RunningStat::Variance |
( |
unsigned int |
iSlice | ) |
|
|
inline |
◆ m_eventsPerSlice
| int RunningStat::m_eventsPerSlice |
|
private |
◆ m_n
◆ m_n_slice
| int RunningStat::m_n_slice |
|
private |
◆ m_newM
| double RunningStat::m_newM |
|
private |
◆ m_newM_slice
| double RunningStat::m_newM_slice |
|
private |
◆ m_newS
| double RunningStat::m_newS |
|
private |
◆ m_newS_slice
| double RunningStat::m_newS_slice |
|
private |
◆ m_nTotEntries
| int RunningStat::m_nTotEntries |
|
private |
◆ m_oldM
| double RunningStat::m_oldM |
|
private |
◆ m_oldM_slice
| double RunningStat::m_oldM_slice |
|
private |
◆ m_oldS
| double RunningStat::m_oldS |
|
private |
◆ m_oldS_slice
| double RunningStat::m_oldS_slice |
|
private |
◆ m_vectMean
| std::vector<double> RunningStat::m_vectMean |
|
private |
◆ m_vectVar
| std::vector<double> RunningStat::m_vectVar |
|
private |
The documentation for this class was generated from the following file: