Computational coursework
There is one piece of computational coursework for MATH5835M Statistical Computing. This coursework is worth 20% of the module mark.
The coursework sheet is available in here in HTML format or here in R Markdown format.
The deadline for the coursework will be the penultimate day of the Autumn term, Thursday 12 December at 1400. (There is also an optional deadline if you wish to get feedback on a draft of your work: Friday 6 December at 1400.)
Feedback on the final report and marks will be returned on Monday 13 January, the first day of the Spring term.
About the coursework
There is one piece of computational coursework for MATH5835M Statistical Computing. This coursework is worth 20% of the module mark.
This page contains all the administrative and organisational information about the coursework.
A coursework sheet contains the tasks you must carry out. The coursework sheet is available in here in HTML format or here in R Markdown format. The HTML page can be opened in a standard web browser. The R Markdown version (which I personally prefer) should be downloaded then opened in RStudio; I recommend using the “Visual” editor – see the button in the top left of the editing window.
The are two deadlines for this work.
There is the main submission deadline which is the penultimate day of term, Thursday 12 December at 1400. You must submit your work. Work that is submitted after this deadline will receive a penalty of 5% for every day or part-day late. Work that is more than 14 days late will not be marked and will receive 0. Work will be submitted electronically through Gradescope via the Minerva page for the module.
Optionally, you may also wish to get some brief informal feedback on your draft work before the main deadline. If you wish to get feedback on your draft work, you should submit that draft by Friday 6 December at 1400. I will return a small amount of general feedback about your work by Monday 9 December. I will not mark your draft, and the feedback will be a brief sentence or too that may be of a little help when completing the final version of your work. The quality of your draft submission will have no effect (either positive or negative) on the mark for your main submission, and there is no penalty if you choose not to take advantage of this offer. No extensions can be offered on the deadline for this informal feedback.
The Gradescope submission for the final report will open after 1400 on Friday 6 December (to avoid drafts for optional feedback getting mixed up with final reports). The Gradescope submission for optional feedback on draft work will be open from the computer practical sessions in week 9.
Your report must be entirely your own work. You must not work together with others, and you must not use generative AI – the coursework is RED for use of AI on the University’s traffic light system, meaning the use of generative AI is forbidden. You must comply with the University’s rules on academic integrity.
If you encounter extraordinary unforeseeable personal circumstances that make it impossible for you to submit your coursework on time, you can apply for an deadline extension through the usual mitigating circumstances procedure. (Do not contact me about this – I cannot unilaterally offer deadline extensions.)
About your report
Your task is to write a short report in response to the tasks on the coursework sheet. Your report should include all the important R code you use and any important plots you draw. If I can’t work out what R code you ran to get your results, I cannot award you marks for those results. Only include the code and figures relevant to your final and best solution – I don’t need or want to see earlier attempts or errors along the way, unless they genuinely help explain your final choices.
All computational work must be done in R – no marks will be given for code written in Python or any other language. It is strongly recommended that you draw figures in R (with the possible exception of rough illustrative sketches, if you find them useful), but I do not insist on this.
I call your output a “report” because your work should be explained in detail, in full English-language sentences, with your solutions discussed and justified. The code and figures you include should be an integral part of your report, not just copy-pasted in at random, and should be fully explained within the text. However, other parts of a more formal “report”, such as an introduction, literature review, conclusion, references, etc, are not required here.
There is no page limit for the report, although I expect that good reports will typically be around 5–7 pages. If your report is 4 pages or less, make sure you have completed all the tasks and fully explained your work. If your report has 8 pages or more, make sure you are not wandering from the point or including too many unnecessary figures.
Your report should be prepared electronically, but can be submitted in any sensible format – I recommend PDF (whether produced by LaTeX, R Markdown, Microsoft Word, or any other way), but HTML or Word document are fine too.
Computer practical and other help
There will be a computer practical in Week 9 where I will introduce the practical coursework in more detail. This is a good place to ask any questions you have about the coursework.
Places where you can get help with the coursework include:
In the computer practical session.
In my office hours – Mondays 1500–1600 in my office, 9.10n in the “Maths Research Deck” area on the 9th floor of the EC Stoner building at staircase 1. (It is unlikely I will have time to discuss computational work at the beginning or end of a lecture, although if your question is extremely short you can try.)
By submitting your draft work for optional feedback, as discussed above.
R and RStudio on University computers
A quick reminder on how to access R and RStudio on University computers.
Open the AppsAnywhere portal This should be a link on the desktop. If invited to run any software, accept.
Load the language R Search on AppsAnywhere for “R for Windows” (or similar) and launch it. This will (silently) load the language R. It will also open an inferior RStudio-like program called “RGui” – you can close it.
3.Launch RStudio Search on AppsAnywhere for “RStudio” (or similar) and launch it.
You can also use the Posit Cloud to access R and RStudio online.