Uses of Record Class
cloud.opencode.base.math.stats.Regression.LinearModel
Packages that use Regression.LinearModel
-
Uses of Regression.LinearModel in cloud.opencode.base.math
Methods in cloud.opencode.base.math that return Regression.LinearModelModifier and TypeMethodDescriptionstatic Regression.LinearModelOpenMathLib.linearRegression(double[] x, double[] y) Performs simple linear regression. -
Uses of Regression.LinearModel in cloud.opencode.base.math.stats
Methods in cloud.opencode.base.math.stats that return Regression.LinearModelModifier and TypeMethodDescriptionstatic Regression.LinearModelRegression.linear(double[] x, double[] y) Performs ordinary least-squares linear regression.