nonSeasonalOrder property
A specification of the non-seasonal part of the ARIMA model: the three components (p, d, q) are the AR order, the degree of differencing, and the MA order.
Implementation
ArimaOrder? nonSeasonalOrder;
A specification of the non-seasonal part of the ARIMA model: the three components (p, d, q) are the AR order, the degree of differencing, and the MA order.
ArimaOrder? nonSeasonalOrder;