Computes forecasts, associated probability limits and
weights for the given outlier contaminated time series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void Forecast(
int nForecast
)
Public Sub Forecast (
nForecast As Integer
)
public:
void Forecast(
int nForecast
)
member Forecast :
nForecast : int -> unit
Parameters
- nForecast
- Type: SystemInt32
An int scalar representing the number of
forecasts that will be computed. nForecast must
be greater than 0. Forecast origin is the time point
of the last observed value in the time series,
. Forecasts are
computed for lead times
,
i.e. time points
.
Remarks
One of the Compute methods must be invoked first before invoking this method.
Otherwise, the method throws an InvalidOperationException exception.
See Also