类 OLSTrendLine

    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型 方法 说明
      protected abstract boolean logY()  
      double predict​(double x)  
      void setValues​(ucar.ma2.Array y, ucar.ma2.Array x)  
      protected abstract double[] xVector​(double x)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • OLSTrendLine

        public OLSTrendLine()
    • 方法详细资料

      • xVector

        protected abstract double[] xVector​(double x)
      • logY

        protected abstract boolean logY()
      • setValues

        public void setValues​(ucar.ma2.Array y,
                              ucar.ma2.Array x)
        指定者:
        setValues 在接口中 TrendLine
      • predict

        public double predict​(double x)
        指定者:
        predict 在接口中 TrendLine