This page may be updated over time. To make sure you’re seeing the latest version, you can refresh the page in your browser!
Our final exam scheduled time slot for this class is Tues Dec 17 at 2:00 pm. The assigned location is LC 101. This information can be found at this page.
Note “LC” is “Linsly-Chittenden Hall”.
The official length of the exam is 3 hours (180 minutes), but you will be allowed to work on it for up to 3.5 hours (210 minutes).
[The odd form of the last statement comes from the following Yale policy as stated in The Yale College Programs of Study: “final examinations normally last either two or three hours but, in either case, students are permitted to take an additional half hour before being required to turn in their answers. This additional time is given for improving what has already been written, rather than for breaking new ground.”]
A common question is, “is the exam cumulative?” Sort of, no and yes. No, in the sense that the exam is intended to emphasize material after the midterm exam. But of course the subject itself is quite cumulative; for example, everything we do ultimately depends on basic probability, so material from the whole semester may be relevant to any given part of a problem, even though I would not include a problem on the final whose sole purpose is to test material from before the midterm.
Here are the topics I can recall as of this moment; I may have forgotten things and will try to add them as I think of them. I won’t repeat the list of topics that were covered by the midterm (if you want to look back at those you can find them here).
<-
, =
, ==
, exp, log, sqrt,
choose, c, length, mean, sum, cumsum, prod, rep, seq, max, min, table,
quantile, sample, hist, truehist, plot, abline, points, lines, rowSums,
colSums, var, cor, convolve, which, sapply, as.data.frame, $ to refer to
columns, read.csvdnorm(x,mu,sigma)
, pnorm(x,mu,sigma)
,
qnorm(x,mu,sigma)
, rnorm(n,mu,sigma)
jags.model
, coda.samples
;
how to make the results into a data frame and create inferential
summaries and other items above in “How to apply MCMC…” sectionI am still gathering these, but they should be available today or early tomorrow, linked to the course home page in Week 14. (I’ll send out an announcement after those are uploaded.)
I would also advise going back over the previous homework assignments thoroughly and try to make sure you really understand them. I think it is good to re-do those problems from scratch, with only a blank sheet of paper in front of you, seeing if you can come up a solution without help. If you have difficulty, then you can take a peek at the solution or at your own pset, with your eyes squinted as if looking toward the sun, only looking for as brief a time as possible until you get any inkling of a hint that could help you make progress. Then go back to the sheet of paper in front of you and make some progress, and either finish the problem, or get stuck and take another minimal peek, and so on. After you have fully solved a question, then it is good to take one more thorough read through the solution to make sure you haven’t missed any wisdom that might be hidden there. You want to get to the point where you have thoroughly understood each question and absorbed whatever lessons, techniques, and problem solving strategies you might be able to derive from them.
This same pattern can be applied to a practice exam. Try the whole exam first, preferably under exam-like conditions, and then make sparing use of the solutions as necessary as described above, and then finally after completing the problem read through the solution carefully.