-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add introduction to probability log. (#373)
- Loading branch information
1 parent
8caed63
commit e140437
Showing
2 changed files
with
1,373 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
layout: post | ||
title: "Introduction to Probability" | ||
tags: | ||
- probability | ||
--- | ||
|
||
In class today I gave an overview of how to use the `random` library to simulate | ||
random event to study probability problems. | ||
|
||
You can see a recording of the class [here](https://cardiff.cloud.panopto.eu/Panopto/Pages/Viewer.aspx?id=90d8266a-49d4-47b1-aeaa-b21300f7ce7c) | ||
|
||
Here is the notebook I used in class: | ||
[probability.ipynb]({{site.baseurl}}/assets/nbs/2024-2025/probability.ipynb) | ||
|
||
Here is a recording of a summary I recorded during the 2020/2021 academic year: [https://www.youtube.com/watch?v=u-ii1TeLHrM](https://www.youtube.com/watch?v=u-ii1TeLHrM). | ||
You might find that helpful. | ||
|
||
If you have any questions please let me know. |
Oops, something went wrong.