Searched refs:mM2 (Results 1 – 5 of 5) sorted by relevance
35 mM2 += delta * (x - mMean); in sample()45 mM2 = 0; in reset()58 variance = mM2 / (mN - 1); in variance()
28 mMean(NAN), mMedian(NAN), mMinimum(INFINITY), mMaximum(-INFINITY), mN(0), mM2(0), in CentralTendencyStatistics()63 double mM2; variable
160 mOutlierDistribution.mM2 += kDelta * kDelta2; in detectAndStorePeak()162 sqrt(mOutlierDistribution.mM2 / (mOutlierDistribution.mN - 1)); in detectAndStorePeak()179 mOutlierDistribution.mM2 = 0; in detectAndStorePeak()
115 double mM2 = 0; // used to calculate sd member