Note: Please check this page
regularly for class announcements.
6/3 Homework #6 must be turned in
no later than noon on Monday, June 8th.
6/3 I will have office hours from
9-11am on Monday, June 8th.
6/3 Final Project/Take-Home Exam
Assignment: project.pdf
Data: delays.txt
5/26 Homework Assignment #6 (due
on Friday, June 5th) is now available on the Homework
page.
5/18 Homework Assignment #5 (due
on Wednesday, May 27th) is
now available on the Homework
page.
5/6 Midterm Solutions: midterm_sol.pdf
5/5 Homework Assignment #4 (due
on Friday, May 15th) is
now available on the Homework
page.
4/29 Midterm Review Problems: review.pdf,
Midterm Review Solutions: review_sol.pdf
4/25 Practice Midterm: practice_midterm.pdf,
Practice Midterm Solutions: practice_midterm_sol.pdf
4/21 Homework Assignment #3 (due
on Wednesday, April 29th) is
now available on the Homework
page.
4/12 Homework Assignment #2 (due
on Monday, April 20th) is
now available on the Homework page.
4/8 Homework #1 must be turned in
before the end of class on Friday (4/10).
4/1 In today's lecture notes,
there is an error in the example of the use of the R function 'matrix'. Instead of
specifying 'dim = c(5,2)', you need to provide the number of rows, 'nrow', and
the number of columns, 'ncol', of the matrix. The correct use of
function is 'data <- matrix(c(61,66,59,70,69,105,130,100,200,180),
nrow=5, ncol=2, byrow=F)'.
3/30 Homework Assignment #1 is
now available on the Homework page.
|