Class ARModel
java.lang.Object
ch.nolix.base.math.stochastic.AbstractStatisticalModel
ch.nolix.base.math.stochastic.ARModel
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetPCoefficient(int index) intstatic ARModelwithOrderAndInputValues(int pOrder, double[] inputValues) Methods inherited from class AbstractStatisticalModel
getBackStepsCount, getForecast, getInputValuesCount
-
Method Details
-
withOrderAndInputValues
-
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
-