类 PolyTrendLine
- java.lang.Object
-
- org.meteoinfo.math.fitting.OLSTrendLine
-
- org.meteoinfo.math.fitting.PolyTrendLine
-
- 所有已实现的接口:
TrendLine
public class PolyTrendLine extends OLSTrendLine
- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 PolyTrendLine(int degree)
-
-
-
方法详细资料
-
xVector
protected double[] xVector(double x)
- 指定者:
xVector在类中OLSTrendLine
-
logY
protected boolean logY()
- 指定者:
logY在类中OLSTrendLine
-
-