Skip to content
Snippets Groups Projects
Commit 1f53f8e1 authored by Robert Lanzafame's avatar Robert Lanzafame
Browse files

GA 2.8

parent 386565b9
No related branches found
No related tags found
No related merge requests found
......@@ -1577,7 +1577,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.3"
}
},
"nbformat": 4,
This diff is collapsed.
# README for GA 2.8: [Ice Ice Baby](https://www.youtube.com/watch?v=rog8ou-ZepE)
*[CEGM1000 MUDE](http://mude.citg.tudelft.nl/): Week 2.8, Friday, Jan 16th, 2025.*
The focus of this assignment is having fun! Oh yeah...and also learning about risk analysis.
You will evaluate the distribution of profit for the Ice Classic, generate a risk curve, then determine what an appropriate bet could be.
Remember that the Ice Classic is betting game where you buy a ticket and guess the **minute** at which the ice in the Nenana River in Alaska breaks. Everyone with the winning ticket splits the prize money, which is typically around $300,000!
## Overview of material
- stuff
- The [Solution from GA 1.1](https://mude.citg.tudelft.nl/2024/files/Week_1_1/), which is a PDF that contains a **lot** of good summary information about the Ice Classic that will be useful for the end of the GA, especially where you need to consider a "future" bet.
## Python Environments
There is a good chance that you will get a "package not installed" error. Don't worry, you are more than capable of fixing this by running a notebook cell with `!pip install <package-name>`. Or by opening up a CLI and running `pip install...`, or `conda install...` ... you get the idea.
## Task Overview
It's probably best if you work with each other to recap what the key details of the Ice Classic are about, and study the PDF of the solution from Week 1.1 together to remember some key points. Otherwise, you can subdivide these things:
- distributions of minute/day and tickets purchased per minute
- choosing a few "betting strategies"
- identifying the risk limit line for your group
- report writing
And don't forget to submit a bet for your ticket!
**End of file.**
<span style="font-size: 75%">
&copy; Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a>, TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>.
# GA 2.8 Report: [Ice Ice Baby](https://www.youtube.com/watch?v=rog8ou-ZepE)
*[CEGM1000 MUDE](http://mude.citg.tudelft.nl/).*
## Questions
**Questions 1: **
_Your answer here._
**Question : **
_Your answer here._
**Question : **
_Your answer here._
**Question : **
_Your answer here._
**Question : confirm that you did the following.**
_Did you know you can use checkboxes in Markdown? Try it out as you mark each task as complete by filling the empty `[ ]` with an `x` like this `[x]`._
- [ ] I submitted a paper ticket.
- [ ] I completed the file `ticket.md` with the correct information.
- [ ] I made sure that the information on both items is the same!
- [ ] We are going to win the Ice Classic!
## General Comments on the Assignment [optional]
_Use this space to let us know if you encountered any issues completing this assignment (but please keep it short!). For example, if you encountered an error that could not be fixed in your Python code, or perhaps there was a problem submitting something via GitLab. You can also let us know if the instructions were unclear. You can delete this section if you don't use it._
**End of file.**
<span style="font-size: 75%">
&copy; Copyright 2024 <a rel="MUDE" href="http://mude.citg.tudelft.nl/">MUDE</a>, TU Delft. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0 License</a>.
# Ticket
_Fill out each of the 6 items below to complete your ticket submission._
**Make sure you replace everything after the `:` with your own information!**
Group: GROUP_NAME
Month: MM
Day: DD
Hour: HH (24-HOUR FORMAT)
Minute: MM
Justification: |
WRITE_AS_MUCH_AS_YOU_WANT_HERE
USE_AS_MANY_LINES_AS_NEEDED
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment