hasDrift property

bool? hasDrift
getter/setter pair

Whether Arima model fitted with drift or not.

It is always false when d is not 1.

Implementation

core.bool? hasDrift;