|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.tslib.forecast.ForecastResult<T>
T - public class ForecastResult<T>
Result of a time series forecast, e.g., computed by IForecaster. If additional fields are required, IForecasters should extend this class.
| Constructor Summary | |
|---|---|
ForecastResult(ITimeSeries<T> tsForecast,
ITimeSeries<T> tsOriginal)
Constructs a ForecastResult with confidence level 0, where the time series returned getLower() by getUpper() are the
forecast series. |
|
ForecastResult(ITimeSeries<T> tsForecast,
ITimeSeries<T> tsOriginal,
int confidenceLevel,
ITimeSeries<T> tsLower,
ITimeSeries<T> tsUpper)
|
|
| Method Summary | |
|---|---|
int |
getConfidenceLevel()
Returns the confidence level for the forecast interval. |
ITimeSeries<T> |
getForecast()
Returns the point forecasts. |
ITimeSeries<T> |
getLower()
Returns the lower limits for forecast interval with respect to the confidence level IForecastResult.getConfidenceLevel(). |
ITimeSeries<T> |
getOriginal()
Returns the original time series that was the basis for the forecast. |
ITimeSeries<T> |
getUpper()
Returns the upper limits for forecast interval with respect to the confidence level IForecastResult.getConfidenceLevel(). |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForecastResult(ITimeSeries<T> tsForecast,
ITimeSeries<T> tsOriginal,
int confidenceLevel,
ITimeSeries<T> tsLower,
ITimeSeries<T> tsUpper)
public ForecastResult(ITimeSeries<T> tsForecast,
ITimeSeries<T> tsOriginal)
ForecastResult with confidence level 0, where the time series returned getLower() by getUpper() are the
forecast series.
tsForecast - | Method Detail |
|---|
public ITimeSeries<T> getForecast()
IForecastResult
getForecast in interface IForecastResult<T>public int getConfidenceLevel()
IForecastResult
getConfidenceLevel in interface IForecastResult<T>public ITimeSeries<T> getUpper()
IForecastResultIForecastResult.getConfidenceLevel().
getUpper in interface IForecastResult<T>public ITimeSeries<T> getLower()
IForecastResultIForecastResult.getConfidenceLevel().
getLower in interface IForecastResult<T>public ITimeSeries<T> getOriginal()
IForecastResult
getOriginal in interface IForecastResult<T>public String toString()
toString in class Object
|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||