TrendLine
ExpTrendLine
LogTrendLine
PolyTrendLine
PowerTrendLine
public abstract class OLSTrendLine extends Object implements TrendLine
OLSTrendLine()
protected abstract boolean
logY()
double
predict(double x)
void
setValues(Array y, Array x)
protected abstract double[]
xVector(double x)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OLSTrendLine()
protected abstract double[] xVector(double x)
protected abstract boolean logY()
public void setValues(Array y, Array x)
setValues
public double predict(double x)
predict
Copyright © 2019. All rights reserved.