atsa-es / safs-timeseries

Repository for miscellaneous code and data used in FISH 550 (Applied Time Series Analysis) at University of Washington
8 stars 3 forks source link

HW4: looking for precisions #8

Closed VincentOJ closed 7 years ago

VincentOJ commented 7 years ago

Hi,

I was working on homework 4 and I stumbled upon some issues on the scope of some questions.

I am probably over thinking everything but a little guidance would be much appreciated.

Thanks!

eeholmes commented 7 years ago

Residuals: In general you should look at both the state and model residuals. Just the best model is fine. Yes, you should comment on whether the residual plots appear to show problems and what you think is going on if you do see problems.

eeholmes commented 7 years ago

For the homework you only need to do 5 not 6-7, unless you want to try those.

For #5. For the lm versus MARSS comparison. Using linear regression, or some variant of it, would be a typical approach to the sort of questions in 1-4. We want you to try that approach and see if you come up with different conclusions. You would compare the estimated parameters and the conclusions that you make concerning the effects of temperature and TP. Question 4 you simply cannot address by using a observation error only model.

Before you just do lm(dat ~ temperature + TP), step back and think about what that model is and whether it really addresses the questions---which relate to population growth.