Skip to content

Commit 5479c88

Browse files
committed
Update Analysis-3.md
1 parent 8825b2c commit 5479c88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/_analysis/Analysis-3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author_profile: true
77
toc: true
88
toc_label: "Table of Contents"
99
toc_icon: "file"
10-
toc_sticky: true
10+
toc_sticky: false
1111
order: 3
1212
classes: wide
1313
---
@@ -67,6 +67,7 @@ Initial inspection of the ACF and PACF plots revealed that although data was sta
6767
We use these plots to identify candidates orders for the p & q components of the ARIMA model. For example, since information drops off after lags 1 & 2, we do a grid search with range 0-2 for both p & q.
6868

6969
{% highlight ruby %}
70+
7071
{% endhighlight %}
7172

7273
{% highlight ruby %}

0 commit comments

Comments
 (0)