AutoMSARIMA
AutoMSARIMA.scale_model
Contents:
object$scale).
object$scale
R stores either a number or a scale model in the same $scale slot and disambiguates with is.scale(). Python keeps scale a float and puts the model here, so the two never have to be told apart by type.
$scale
is.scale()
scale
The implanted scale model, or None (R
None