Clone this StatVarianceCounter
Clone this StatVarianceCounter
Merge another StatVarianceCounter into this one, adding up the internal statistics.
Merge another StatVarianceCounter into this one, adding up the internal statistics.
Add multiple values into this StatVarianceCounter, updating the internal statistics.
Add multiple values into this StatVarianceCounter, updating the internal statistics.
Add a value into this StatVarianceCounter, updating the internal statistics.
Add a value into this StatVarianceCounter, updating the internal statistics.
Merge another StatVarianceCounter into this one, adding up the internal statistics when other != this.
Merge another StatVarianceCounter into this one, adding up the internal statistics when other != this.
Return the sample standard deviation of the values, which corrects for bias in estimating the variance by dividing by N-1 instead of N.
Return the sample standard deviation of the values, which corrects for bias in estimating the variance by dividing by N-1 instead of N.
Return the sample variance, which corrects for bias in estimating the variance by dividing by N-1 instead of N.
Return the sample variance, which corrects for bias in estimating the variance by dividing by N-1 instead of N.
Return the standard deviation of the values.
Return the standard deviation of the values.
Return the variance of the values.
Return the variance of the values.