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