Package ch.nolix.core.math.stochastic
Klasse ARModel
java.lang.Object
ch.nolix.core.math.stochastic.StatisticalModel
ch.nolix.core.math.stochastic.ARModel
- Version:
- 2016-08-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected double
double
double
getPCoefficient
(int index) int
Von Klasse geerbte Methoden ch.nolix.core.math.stochastic.StatisticalModel
getBackStepsCount, getForecast, getIndexOfNextValue, getInputValuesCount, getValueFromBack
-
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 KlasseStatisticalModel
-