Package org.meteoinfo.math.fitting
Class ExpTrendLine
- java.lang.Object
-
- org.meteoinfo.math.fitting.OLSTrendLine
-
- org.meteoinfo.math.fitting.ExpTrendLine
-
- All Implemented Interfaces:
TrendLine
public class ExpTrendLine extends OLSTrendLine
-
-
Constructor Summary
Constructors Constructor Description ExpTrendLine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanlogY()protected double[]xVector(double x)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.meteoinfo.math.fitting.OLSTrendLine
predict, setValues
-
-
-
-
Method Detail
-
xVector
protected double[] xVector(double x)
- Specified by:
xVectorin classOLSTrendLine
-
logY
protected boolean logY()
- Specified by:
logYin classOLSTrendLine
-
-