Searched refs:mSDM (Results 1 – 1 of 1) sorted by relevance
42 private long mSDM = 0; // sum of squares of deviations from the expected mean field in BufferPeriod97 mSDM += delta * delta; in collectBufferPeriod()99 mVar = mSDM / mMeasurements; in collectBufferPeriod()