de.lmu.ifi.dbs.elki.math.statistics
Class LinearRegression
java.lang.Object
de.lmu.ifi.dbs.elki.math.statistics.LinearRegression
public class LinearRegression
- extends Object
Field Summary |
private double |
m
|
private double |
t
|
Method Summary |
double |
getM()
|
double |
getT()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
t
private double t
m
private double m
LinearRegression
public LinearRegression(List<DoubleDoublePair> points)
- Parameters:
points
- Points to process
getM
public double getM()
- Returns:
- m
getT
public double getT()
- Returns:
- t