public class LinearRegression extends Object
private double
m
t
LinearRegression(List<DoubleDoublePair> points)
double
getM()
getT()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private double t
private double m
public LinearRegression(List<DoubleDoublePair> points)
points
public double getM()
public double getT()