public interface HistoricalSimulationModel
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getBestParameters()
Returns the parameters estimated for the given time series.
|
Map<String,Object> |
getBestParameters(Map<String,Object> previousResults)
Returns the parameters estimated for the given time series, using a parameter guess.
|
HistoricalSimulationModel |
getCloneWithWindow(int windowIndexStart,
int windowIndexEnd)
Create a new model, using only a window of the times series.
|
HistoricalSimulationModel getCloneWithWindow(int windowIndexStart, int windowIndexEnd)
windowIndexStart
- Index of the first element to be part of the new time series.windowIndexEnd
- Index of the last element to be part of the new time series.Map<String,Object> getBestParameters()
Copyright © 2016. All rights reserved.