ArimaModel.MovingAverageParameters 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.0
C#
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.

See Also