public class Regression
extends java.lang.Object
Constructor and Description |
---|
Regression() |
Modifier and Type | Method and Description |
---|---|
static double[] |
LinearRegression(int numpoints,
double[] x,
double[] y,
double[] weights) |