Uses of Class
org.episteme.core.mathematics.statistics.fitting.LinearRegression
Packages that use LinearRegression
-
Uses of LinearRegression in org.episteme.core.mathematics.statistics.fitting
Methods in org.episteme.core.mathematics.statistics.fitting that return LinearRegressionModifier and TypeMethodDescriptionstatic LinearRegressionLinearRegression.fit(double[] x, double[] y) Fits a linear model to the data.static LinearRegressionFits linear model using Real types.