Package ch.nolix.core.math.stochastic
Klasse StatisticalModel
java.lang.Object
ch.nolix.core.math.stochastic.StatisticalModel
- Bekannte direkte Unterklassen:
ARModel
- Version:
- 2016-09-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
StatisticalModel
(int backStepsCount, double[] inputValues) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract double
final int
final double
getForecast
(int index) protected final int
final int
protected final double
getValueFromBack
(int index)
-
Konstruktordetails
-
StatisticalModel
protected StatisticalModel(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)
-