Docs: Fix misplaced images in moving_avg docs

This commit is contained in:
Zachary Tong 2015-05-27 16:13:36 -04:00
parent 6d96bfc98b
commit d32a80f37b
4 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ does not backcast.
[[holt_winters_cold_start]] [[holt_winters_cold_start]]
.Holt-Winters showing a "cold" start where no values are emitted .Holt-Winters showing a "cold" start where no values are emitted
image::images/reducers_movavg/triple_untruncated.png[] image::images/pipeline_movavg/triple_untruncated.png[]
Because the "cold start" obscures what the moving average looks like, the rest of the Holt-Winters images are truncated Because the "cold start" obscures what the moving average looks like, the rest of the Holt-Winters images are truncated
to not show the "cold start". Just be aware this will always be present at the beginning of your moving averages! to not show the "cold start". Just be aware this will always be present at the beginning of your moving averages!
@ -290,7 +290,7 @@ The default value of `period` is `1`.
[[holt_winters_add]] [[holt_winters_add]]
.Holt-Winters moving average with window of size 120, alpha = 0.5, beta = 0.7, gamma = 0.3, period = 30 .Holt-Winters moving average with window of size 120, alpha = 0.5, beta = 0.7, gamma = 0.3, period = 30
image::images/reducers_movavg/triple.png[] image::images/pipeline_movavg/triple.png[]
===== Multiplicative Holt-Winters ===== Multiplicative Holt-Winters

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View File

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB