Package org.meteoinfo.math.fitting
Interface TrendLine
-
- All Known Implementing Classes:
ExpTrendLine,LogTrendLine,OLSTrendLine,PolyTrendLine,PowerTrendLine
public interface TrendLine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublepredict(double x)voidsetValues(ucar.ma2.Array y, ucar.ma2.Array x)
-