Arima Model.Moving Average Parameters Property
Gets the parameters corresponding to the moving averagw terms in the model.
Definition
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector containing the parameters corresponding to the moving averagw terms in the model.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Vector<Parameter<double>> MovingAverageParameters { get; }
Property Value
Vector<Parameter<Double>>A vector containing the parameters corresponding to the moving averagw terms in the model.