Generated by
JDiff

Class com.google.common.math.PairedStatsAccumulator

Changed Methods
LinearTransformation leastSquaresFit() Change from final to non-final.
Returns a linear transformation giving the best fit to the data according to Ordinary Least Squares linear regression of {@code y} as a function of {@code x}.
double pearsonsCorrelationCoefficient() Change from final to non-final.
Returns the Pearson's or product-moment correlation coefficient of the values.
double sampleCovariance() Change from final to non-final.
Returns the sample covariance of the values.