public interface ConfidenceIntervalForecaster
Modifier and Type | Method and Description |
---|---|
int |
getCalculateConfIntervalsForForecasts()
Return the number of steps for which confidence intervals will be computed.
|
double |
getConfidenceLevel()
Get the confidence level in use for computing confidence intervals.
|
boolean |
isProducingConfidenceIntervals()
Returns true if this forecaster is computing confidence
limits for some or all of its future forecasts (i.e.
|
void |
setCalculateConfIntervalsForForecasts(int steps)
Set the number of steps for which to compute confidence intervals for.
|
void |
setConfidenceLevel(double confLevel)
Set the confidence level for confidence intervals.
|
void setConfidenceLevel(double confLevel)
confLevel
- the confidence level to use.double getConfidenceLevel()
boolean isProducingConfidenceIntervals()
void setCalculateConfIntervalsForForecasts(int steps)
steps
- the number of steps for which to compute confidence intervals
for.int getCalculateConfIntervalsForForecasts()
Copyright © 2019 University of Waikato, Hamilton, NZ. All Rights Reserved.