Uses of Class
org.meteoinfo.math.fitting.OLSTrendLine
-
Packages that use OLSTrendLine Package Description org.meteoinfo.math.fitting -
-
Uses of OLSTrendLine in org.meteoinfo.math.fitting
Subclasses of OLSTrendLine in org.meteoinfo.math.fitting Modifier and Type Class Description classExpTrendLineclassLogTrendLineclassPolyTrendLineclassPowerTrendLineMethods in org.meteoinfo.math.fitting with parameters of type OLSTrendLine Modifier and Type Method Description static doubleFittingUtil. predict(double x, OLSTrendLine tl)Predict a valuestatic ucar.ma2.ArrayFittingUtil. predict(ucar.ma2.Array x, OLSTrendLine tl)Predict a value
-