Arima Model.Moving Average Parameters Property
Gets the parameters corresponding to the moving averagw terms in the model.
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A vector containing the parameters corresponding to the moving averagw terms in the model.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.