Generated by
JDiff

Class com.google.common.math.StatsAccumulator

Changed Methods
double populationStandardDeviation() Change from final to non-final.
Returns the population standard deviation of the values.
double populationVariance() Change from final to non-final.
Returns the population variance of the values.
double sampleStandardDeviation() Change from final to non-final.
Returns the corrected sample standard deviation of the values.
double sampleVariance() Change from final to non-final.
Returns the unbiased sample variance of the values.
double sum() Change from final to non-final.
Returns the sum of the values.