Skip to content

Commit

Permalink
Add introduction to probability log. (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight authored Oct 30, 2024
1 parent 8caed63 commit e140437
Show file tree
Hide file tree
Showing 2 changed files with 1,373 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _posts/2024-10-29-introduction-to-probability.md
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.
Loading

0 comments on commit e140437

Please sign in to comment.