Klasse ARModel


public final class ARModel extends StatisticalModel
Version:
2016-08-01
Autor:
Silvan Wyss
  • Konstruktordetails

    • ARModel

      public ARModel(int pOrder, double[] inputValues)
  • Methodendetails

    • getConstant

      public double getConstant()
      Gibt zurück:
      the constant of this AR model
    • getPCoefficient

      public double getPCoefficient(int index)
    • getPOrder

      public int getPOrder()
      Gibt zurück:
      the p-order of this AR model
    • calculateNextValue

      protected double calculateNextValue()
      Angegeben von:
      calculateNextValue in Klasse StatisticalModel