notes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a5d239ecc9cc2ee8d8c26c08ea78077c6838c4c2
parent 757c8b66777799d2eaa576740afdc566ec43e9b1
Author: Andrew <andrewlaack1@gmail.com>
Date:   Sun, 25 Aug 2024 21:29:50 -0500

Took notes

Diffstat:
AEvent.md | 10++++++++++
MStatisticsAndProbability.md | 3++-
2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/Event.md b/Event.md @@ -0,0 +1,10 @@ +:stats: +# Event + +CH 1.2 + +## Notes + +**Definition:** An event is a subset of the sample space. + +The frequency of the event A is denoted $\mathbf{N}(A)$. diff --git a/StatisticsAndProbability.md b/StatisticsAndProbability.md @@ -22,7 +22,8 @@ Chapter 1.1: - [[RandomVariables.md]] Chapter 1.2: - - [[Event.md]] - TODO + - [[Event.md]] + - [[SetFunction.md]] ---