ARMAOutlierIdentificationGetForecast Method |
Returns forecasts for the original outlier contaminated series.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetForecast()
Public Function GetForecast As Double()
public:
array<double>^ GetForecast()
member GetForecast : unit -> float[]
Return Value
Type:
Double
A
double array of length
nForecast
containing the forecasts for the original series.
Remarks
Method ComputeForecasts must be invoked before this
method is called. Otherwise, an
InvalidOperationException exception is thrown.
See Also