Class ARModel


public final class ARModel extends AbstractStatisticalModel
Author:
Silvan Wyss
  • Method Details

    • withOrderAndInputValues

      public static ARModel withOrderAndInputValues(int pOrder, double[] inputValues)
    • getConstant

      public double getConstant()
      Returns:
      the constant of this AR model
    • getPCoefficient

      public double getPCoefficient(int index)
    • getPOrder

      public int getPOrder()
      Returns:
      the p-order of this AR model