File tree Expand file tree Collapse file tree 5 files changed +133
-1
lines changed
Expand file tree Collapse file tree 5 files changed +133
-1
lines changed Original file line number Diff line number Diff 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
129135Lots 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}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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
129135Lots 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}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments