mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-03 03:59:00 +00:00
docs: fix simple typo, aribtrary -> arbitrary (#1761)
There is a small typo in docs/_docs/seasonality,_holiday_effects,_and_regressors.md. Should read `arbitrary` rather than `aribtrary`.
This commit is contained in:
parent
91bb83e93e
commit
ff68962b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ fig = m.plot_components(forecast)
|
|||
|
||||
|
||||
|
||||
Seasonalities are estimated using a partial Fourier sum. See [the paper](https://peerj.com/preprints/3190/) for complete details, and [this figure on Wikipedia](https://en.wikipedia.org/wiki/Fourier_series#/media/File:Fourier_Series.svg) for an illustration of how a partial Fourier sum can approximate an aribtrary periodic signal. The number of terms in the partial sum (the order) is a parameter that determines how quickly the seasonality can change. To illustrate this, consider the Peyton Manning data from the [Quickstart](https://facebook.github.io/prophet/docs/quick_start.html). The default Fourier order for yearly seasonality is 10, which produces this fit:
|
||||
Seasonalities are estimated using a partial Fourier sum. See [the paper](https://peerj.com/preprints/3190/) for complete details, and [this figure on Wikipedia](https://en.wikipedia.org/wiki/Fourier_series#/media/File:Fourier_Series.svg) for an illustration of how a partial Fourier sum can approximate an arbitrary periodic signal. The number of terms in the partial sum (the order) is a parameter that determines how quickly the seasonality can change. To illustrate this, consider the Peyton Manning data from the [Quickstart](https://facebook.github.io/prophet/docs/quick_start.html). The default Fourier order for yearly seasonality is 10, which produces this fit:
|
||||
|
||||
|
||||
```R
|
||||
|
|
|
|||
Loading…
Reference in a new issue