首页 > > 详细

UMN STAT 5511

 Midterm 2 (takehome) exam

UMN STAT 5511 (Spring 2020)
Charles R. Doss
Exam Instructions
Assigned: Thursday, April 16, 2020
This is a takehome exam. You may not work (give or receive help) with any one else on this exam; that
includes other students, as well as friends, family, colleagues, faculty, or anyone else. If you have ques￾tions you should contact the professor. You may reference all of your course materials (as well as outside
textbooks or the internet). (However: for full credit you will generally need to give an answer that refers
to what you learned specifically in class. If you use ideas or material from outside class, you will need to
explain what you are doing, and they may not yield full credit.)
Questions
On this takehome exam, you will analyze three data sets. Find mid2-dat.rsav on the course webpage.
Load it into R by running load("path/mid2-dat.rsav") where “path/mid2-dat.rsav” is replaced
by the full path on your hard drive to the file mid2-dat.rsav (the syntax for which is operating system
dependent). The file contains three data objects: dat1, dat2, and dat3. Each dataset corresponds to a
separate exam question. (Thus, this exam has three questions.) You should find the best ARIMA(p, d, q)
fit(s) for each dataset (or a transformation thereof) that you can. Your output should be in the following
format. (Points will be deducted if it is not.)
• The analysis for each question/dataset should begin on a new page and should have as label the name
of the dataset (“dat1”, “dat2”, or “dat3”).
• On the first page of output for each problem, you should first have a summary (labeled “Summary”)
that provides the model chosen, whether any transformation was used, parameter estimates, standard
errors, and p-values in that model. Specify explicitly if you exclude a constant term. For example,
, I chose an ARIMA(1, 2, 3) model, including the intercept term. The
parameter estimates were ...”. If you believe the data cannot distinguish between two (or more)
models you should describe both (all) of them in this manner here. (But if the grader(s) disagree then
you may lose points.)
• After the summary, should be an explanation (labeled “Explanation”). Provide a clear explanation of
why you selected the model you selected. Refer to the output of your analysis, which will be below.
The model selection and diagnostic techniques we have discussed in class can be discussed here. You
do not need to (and should not) provide an exhaustive list of all possible models, but should rather
provide explanation for which models were reasonable contenders (and why), and which model (or
models) were the best out of those contenders (and why).
• After the explanation is the “Output” you refer to in your summary. (The output may be plots or
output from various commands.) All of it should be clearly labeled or described. You do not need
to provide exhaustive output from every command you have run, but you should include enough to
justify all the arguments you make in your summary.
Finally, please refer to the original/raw (untransformed) time series as Xt
in your descriptions and as xx
in your code. Refer to any transformed series as Yt
in your descriptions and yy in your code.
 
联系我们 - QQ: 99515681 微信:codinghelp
程序辅导网!