ARAutoUnivariate.Forecast Method |
Returns forecasts and associated confidence interval offsets.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double[,] Forecast(
int nForecast
)
Public Function Forecast (
nForecast As Integer
) As Double(,)
public:
array<double,2>^ Forecast(
int nForecast
)
member Forecast :
nForecast : int -> float[,]
Parameters
- nForecast
- Type: System.Int32
An int representing the number of requested forecasts.
Return Value
Type:
Double[,]
A
double matrix of dimension
nForecast by
BackwardOrigin + 1 containing the forecasts. The forecasts
are for lead times

at origins
z.Length-BackwardOrigin-1+j where

.
Exceptions
See Also