Minor clarification for multiplicative seasonality docs

This commit is contained in:
Ben Letham 2020-08-19 19:29:20 -07:00
parent 4027a2153f
commit 08df4cf470

View file

@ -264,27 +264,27 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Additive and multiplicative extra regressors will show up in separate panels on the components plot."
"Additive and multiplicative extra regressors will show up in separate panels on the components plot. Note, however, that it is pretty unlikely to have a mix of additive and multiplicative seasonalities, so this will generally only be used if there is a reason to expect that to be the case."
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python 3",
"language": "python",
"name": "python2"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.14+"
"pygments_lexer": "ipython3",
"version": "3.7.8"
}
},
"nbformat": 4,