public class RegressionLine extends Object implements Serializable
| Constructor and Description |
|---|
RegressionLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(double x,
double y) |
boolean |
equals(Object o) |
int |
getPointCount() |
int |
hashCode() |
boolean |
hasPoints() |
boolean |
isLine() |
void |
reset() |
double |
slope() |
static double |
slope(double[] x,
double[] y) |
Copyright © 2019. All rights reserved.