# INSTRUCTIONS: # # 1. Rename this file to MSxyz.php where xyz is the number of your module. # 2. Replace all occurrences of 123 in this file by the number of your module # and all occurrences of 456 by the level of your module. # 3. Update the module title in the variable $page_title below. # 4. Replace all occurrences of I.Lastname with your name. # 5. Left-hand navigation menu: # * For the module description in the left-hand navigation menu, # change the link to the module catalogue entry (the correct link # can be found at http://www.maths.surrey.ac.uk/ug/modules.php # * Change both title and link in the "For level-456 Students" entry. # 6. Update the main body of the file using standard HTML # 7. If you want to automatically take the webpage offline at the end of the semester, # then change the date in the variable $take_off on line 39 below. $page_title = "MAT2013: MATHEMATICAL STATISTICS"; $docroot = $_SERVER["DOCUMENT_ROOT"]; include("$docroot/include/php/module_header.inc"); ?> include("$docroot//include/php/module_left_sidebar.inc"); ?> # # To automatically take this page offline at a certain date, change the argument of mktime # in the variable $take_off below using the format: mktime(hour,minute,second,month,day,year) # $take_off = mktime(0,0,0,1,1,2020); if ($take_offmktime()) { ?
In Spring 2010, this module will be taught by
who should be contacted for further information about this module.
| Day | Time | Room |
|---|---|---|
| Thursday | 12-13 | TB 01 |
| Friday | 14-15 | TB 01 |
| Friday | 15-16 | TB 01 |
In addition to the final examination, there will be one test and one piece of assessed coursework:
Exercise sheets will be given out in class and posted on this webpage.
Exercise sheets will be available here in due course. Work may be handed in to the lecturer for feedback.
Each section of the course notes ends with a short exercise for self study. The answers to these exercises are here: MS237 Solutions 1 MS237 Solutions 2 MS237 Solutions 3