public class RegressionLine
extends java.lang.Object
Constructor and Description |
---|
RegressionLine(double[] x,
double[] y) |
Modifier and Type | Method and Description |
---|---|
double |
getIntercept() |
double |
getSlope() |
static void |
main(java.lang.String[] args) |
public RegressionLine(double[] x, double[] y) throws DataException
DataException