Skip to content

Commit 0ca21c3

Browse files
committed
rebuild / more refs
1 parent b5e0615 commit 0ca21c3

File tree

5 files changed

+133
-1
lines changed

5 files changed

+133
-1
lines changed

Lectures/Week 5/lec_10_hmm.Rmd

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ between multiple states (2+)
124124
- momentuHMM: R package for analysis of telemetry data using
125125
generalized multivariate hidden Markov models of animal movement
126126

127+
## HMM Examples (this class):
128+
129+
- Rand et al. 2024 [https://doi.org/10.1016/j.ecolmodel.2024.110800](https://doi.org/10.1016/j.ecolmodel.2024.110800)
130+
131+
- Hodgson et al. 2020 [https://doi.org/10.1016/j.biocon.2020.108685](https://doi.org/10.1016/j.biocon.2020.108685)
132+
127133
## Regimes
128134

129135
Lots of non-HMM approaches for detecting regimes
@@ -136,6 +142,31 @@ Lots of non-HMM approaches for detecting regimes
136142
- how do we do change points with regression?
137143
${ Y }_{ t }=B{ X }_{ t }+{ \varepsilon }_{ t }$
138144

145+
## Regimes: Nile River
146+
147+
```{r}
148+
data("Nile")
149+
plot(Nile)
150+
```
151+
152+
## Regimes: Nile River
153+
154+
Breakpoint / segmented regression
155+
156+
* time of breaks passed in as data (as can other covariates)
157+
* all variance = observation error
158+
159+
State space model
160+
161+
* time of breaks + other covariates can be passed in or not
162+
* change is smooth
163+
* variance separated into observation, process error
164+
165+
Hidden Markov Model
166+
167+
* covariates can be passed in as data, time of breaks not
168+
* variance separated into observation, process
169+
139170
## Regimes: simulating data
140171

141172
```{r, fig.height=3}

Lectures/Week 5/lec_10_hmm.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

docs/Lectures/Week 5/lec_10_hmm.Rmd

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ between multiple states (2+)
124124
- momentuHMM: R package for analysis of telemetry data using
125125
generalized multivariate hidden Markov models of animal movement
126126

127+
## HMM Examples (this class):
128+
129+
- Rand et al. 2024 [https://doi.org/10.1016/j.ecolmodel.2024.110800](https://doi.org/10.1016/j.ecolmodel.2024.110800)
130+
131+
- Hodgson et al. 2020 [https://doi.org/10.1016/j.biocon.2020.108685](https://doi.org/10.1016/j.biocon.2020.108685)
132+
127133
## Regimes
128134

129135
Lots of non-HMM approaches for detecting regimes
@@ -136,6 +142,31 @@ Lots of non-HMM approaches for detecting regimes
136142
- how do we do change points with regression?
137143
${ Y }_{ t }=B{ X }_{ t }+{ \varepsilon }_{ t }$
138144

145+
## Regimes: Nile River
146+
147+
```{r}
148+
data("Nile")
149+
plot(Nile)
150+
```
151+
152+
## Regimes: Nile River
153+
154+
Breakpoint / segmented regression
155+
156+
* time of breaks passed in as data (as can other covariates)
157+
* all variance = observation error
158+
159+
State space model
160+
161+
* time of breaks + other covariates can be passed in or not
162+
* change is smooth
163+
* variance separated into observation, process error
164+
165+
Hidden Markov Model
166+
167+
* covariates can be passed in as data, time of breaks not
168+
* variance separated into observation, process
169+
139170
## Regimes: simulating data
140171

141172
```{r, fig.height=3}

docs/Lectures/Week 5/lec_10_hmm.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h2>
349349
</center>
350350
<p><br></p>
351351
<center>
352-
<em>This site was last updated at 13:14 on 29 Apr 2025</em>
352+
<em>This site was last updated at 08:52 on 01 May 2025</em>
353353
</center>
354354

355355

0 commit comments

Comments
 (0)