nonSeasonalOrder property

ArimaOrder? nonSeasonalOrder
getter/setter pair

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;