Package | Description |
---|---|
org.processmining.plugins.stochasticpetrinet.simulator.timeseries |
Modifier and Type | Method and Description |
---|---|
protected Prediction<java.lang.Double> |
AutoArimaTimeSeries.getPrediction(int h,
java.lang.Object... payload) |
protected Prediction<java.lang.Double> |
AverageMethodTimeSeries.getPrediction(int h,
java.lang.Object... payload) |
protected Prediction<java.lang.Double> |
DriftMethodTimeSeries.getPrediction(int h,
java.lang.Object... payload) |
protected Prediction<java.lang.Double> |
LastObservationTimeSeries.getPrediction(int h,
java.lang.Object... payload) |
protected Prediction<java.lang.Double> |
NaiveMethodTimeSeries.getPrediction(int h,
java.lang.Object... payload) |
protected Prediction<java.lang.Double> |
SeasonalNaiveMethodTimeSeries.getPrediction(int h,
java.lang.Object... payload) |
protected abstract Prediction<H> |
TimeSeries.getPrediction(int h,
java.lang.Object... payload)
Subclasses need to provide an implementation for the prediction of h-steps into the future given the current position
|
Prediction<H> |
TimeSeries.predict(int h,
java.lang.Object... payload)
Performs a forecast based on the current observations h steps ahead.
|