Package ch.nolix.core.math.stochastic
Klasse AbstractStatisticalModel
java.lang.Object
ch.nolix.core.math.stochastic.AbstractStatisticalModel
- Bekannte direkte Unterklassen:
ARModel
- Version:
- 2016-09-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAbstractStatisticalModel(int backStepsCount, double[] inputValues) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract doublefinal intfinal doublegetForecast(int index) protected final intfinal intprotected final doublegetValueFromBack(int index)
-
Konstruktordetails
-
AbstractStatisticalModel
protected AbstractStatisticalModel(int backStepsCount, double[] inputValues)
-
-
Methodendetails
-
getBackStepsCount
public final int getBackStepsCount() -
getInputValuesCount
public final int getInputValuesCount() -
getForecast
public final double getForecast(int index) -
calculateNextValue
protected abstract double calculateNextValue() -
getIndexOfNextValue
protected final int getIndexOfNextValue() -
getValueFromBack
protected final double getValueFromBack(int index)
-