public class LinearFit
extends java.lang.Object
Constructor | Description |
---|---|
LinearFit() |
Modifier and Type | Method | Description |
---|---|---|
static double[] |
doFit(double[] x,
double[] y) |
|
static double[] |
doFit(double[] x,
double[] y,
double[] w) |
|
static void |
main(java.lang.String[] args) |