computeDeltaAndLimits() | vpStatisticalTestMeanAdjustedCUSUM | protectedvirtual |
detectDownwardMeanDrift() override | vpStatisticalTestMeanAdjustedCUSUM | protectedvirtual |
detectUpwardMeanDrift() override | vpStatisticalTestMeanAdjustedCUSUM | protectedvirtual |
getAvailableMeanDriftType(const std::string &prefix="<", const std::string &sep=" , ", const std::string &suffix=">") | vpStatisticalTestAbstract | static |
getDelta() const | vpStatisticalTestMeanAdjustedCUSUM | inline |
getH() const | vpStatisticalTestMeanAdjustedCUSUM | inline |
getK() const | vpStatisticalTestMeanAdjustedCUSUM | inline |
getLimits(float &limitDown, float &limitUp) const | vpStatisticalTestAbstract | inline |
getMean() const | vpStatisticalTestAbstract | inline |
getStdev() const | vpStatisticalTestAbstract | inline |
getTestSignalMinus() const | vpStatisticalTestMeanAdjustedCUSUM | inline |
getTestSignalPlus() const | vpStatisticalTestMeanAdjustedCUSUM | inline |
init(const float &h, const float &k, const unsigned int &nbPtsForStats) | vpStatisticalTestMeanAdjustedCUSUM | |
init(const float &delta, const float &limitDown, const float &limitUp, const unsigned int &nbPtsForStats) | vpStatisticalTestMeanAdjustedCUSUM | |
init(const float &h, const float &k, const float &mean, const float &stdev) | vpStatisticalTestMeanAdjustedCUSUM | |
init(const float &delta, const float &limitDown, const float &limitUp, const float &mean, const float &stdev) | vpStatisticalTestMeanAdjustedCUSUM | |
vpStatisticalTestAbstract::init() | vpStatisticalTestAbstract | |
m_areStatisticsComputed | vpStatisticalTestAbstract | protected |
m_count | vpStatisticalTestAbstract | protected |
m_delta | vpStatisticalTestMeanAdjustedCUSUM | protected |
m_h | vpStatisticalTestMeanAdjustedCUSUM | protected |
m_half_delta | vpStatisticalTestMeanAdjustedCUSUM | protected |
m_k | vpStatisticalTestMeanAdjustedCUSUM | protected |
m_limitDown | vpStatisticalTestAbstract | protected |
m_limitUp | vpStatisticalTestAbstract | protected |
m_mean | vpStatisticalTestAbstract | protected |
m_nbSamplesForStatistics | vpStatisticalTestAbstract | protected |
m_s | vpStatisticalTestAbstract | protected |
m_sminus | vpStatisticalTestMeanAdjustedCUSUM | protected |
m_splus | vpStatisticalTestMeanAdjustedCUSUM | protected |
m_stdev | vpStatisticalTestAbstract | protected |
m_stdevmin | vpStatisticalTestAbstract | protected |
m_sumForMean | vpStatisticalTestAbstract | protected |
MEAN_DRIFT_BOTH enum value | vpStatisticalTestAbstract | |
MEAN_DRIFT_COUNT enum value | vpStatisticalTestAbstract | |
MEAN_DRIFT_DOWNWARD enum value | vpStatisticalTestAbstract | |
MEAN_DRIFT_NONE enum value | vpStatisticalTestAbstract | |
MEAN_DRIFT_UNKNOWN enum value | vpStatisticalTestAbstract | |
MEAN_DRIFT_UPWARD enum value | vpStatisticalTestAbstract | |
operator=(const vpStatisticalTestAbstract &other) | vpStatisticalTestAbstract | |
print(const vpMeanDriftType &type) | vpStatisticalTestAbstract | static |
setDelta(const float &delta) | vpStatisticalTestMeanAdjustedCUSUM | inline |
setLimits(const float &limitDown, const float &limitUp) | vpStatisticalTestMeanAdjustedCUSUM | inline |
setMinStdev(const float &stdevmin) | vpStatisticalTestAbstract | inline |
setNbSamplesForStat(const unsigned int &nbSamples) | vpStatisticalTestAbstract | |
testDownUpwardMeanDrift(const float &signal) | vpStatisticalTestAbstract | |
testDownwardMeanDrift(const float &signal) | vpStatisticalTestAbstract | |
testUpwardMeanDrift(const float &signal) | vpStatisticalTestAbstract | |
updateStatistics(const float &signal) override | vpStatisticalTestMeanAdjustedCUSUM | protectedvirtual |
updateTestSignals(const float &signal) override | vpStatisticalTestMeanAdjustedCUSUM | protectedvirtual |
vpMeanDriftType enum name | vpStatisticalTestAbstract | |
vpMeanDriftType typedef | vpStatisticalTestAbstract | |
vpMeanDriftTypeFromString(const std::string &name) | vpStatisticalTestAbstract | static |
vpMeanDriftTypeToString(const vpMeanDriftType &type) | vpStatisticalTestAbstract | static |
vpStatisticalTestAbstract() | vpStatisticalTestAbstract | |
vpStatisticalTestAbstract(const vpStatisticalTestAbstract &other) | vpStatisticalTestAbstract | |
vpStatisticalTestMeanAdjustedCUSUM(const float &h=4.f, const float &k=1.f, const unsigned int &nbPtsForStats=30) | vpStatisticalTestMeanAdjustedCUSUM | |
~vpStatisticalTestAbstract() | vpStatisticalTestAbstract | virtual |