forked from TBrost/BYUI-Timeseries-Drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchapter_3.qmd
45 lines (25 loc) · 1.36 KB
/
chapter_3.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: "Lessons & Homework"
subtitle: "Exploration of Autocorrelation Concepts"
format: html
editor: source
sidebar: false
---
# Chapter 3
::: {.callout-tip icon=false}
## Lessons
- [Lesson 1 - Leading Variables and Associated Variables](chapter_3_lesson_1.html)
- [Lesson 2 - Exponential Smoothing (EWMA)](chapter_3_lesson_2.html)
- [Lesson 3 - Holt-Winters Method (Additive Models) - Part 1](chapter_3_lesson_3.html)
- [Lesson 3 - Holt-Winters Method (Additive Models) - Part 2](chapter_3_lesson_4.html)
- [Lesson 4 - Holt-Winters Method (Multiplicative Models)](chapter_3_lesson_5.html)
:::
::: {.callout-note icon=false}
## Download Homework Assignments
<!-- ## need to update href link to correct files when we get them -->
<a href="https://byuistats.github.io/timeseries/homework/homework_3_1.qmd" download="homework_3_1.qmd"> homework_3_1.qmd </a>
<a href="https://byuistats.github.io/timeseries/homework/homework_3_2.qmd" download="homework_3_2.qmd"> homework_3_2.qmd </a>
<a href="https://byuistats.github.io/timeseries/homework/homework_3_3.qmd" download="homework_3_3.qmd"> homework_3_3.qmd </a>
<a href="https://byuistats.github.io/timeseries/homework/homework_3_4.qmd" download="homework_3_4.qmd"> homework_3_4.qmd </a>
<a href="https://byuistats.github.io/timeseries/homework/homework_3_5.qmd" download="homework_3_5.qmd"> homework_3_5.qmd </a>
:::