notes

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

commit 9a9ddcd56b33182fc13198c2173772201e273568
parent a015eaab33091aa5b658be92d426345c8a07565b
Author: Andrew <andrewlaack1@gmail.com>
Date:   Fri, 26 Jul 2024 20:11:54 -0500

Took notes on L10 of prob

Diffstat:
ADerivedDistribution.md | 10++++++++++
MStatisticsAndProbability.md | 2+-
2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/DerivedDistribution.md b/DerivedDistribution.md @@ -0,0 +1,10 @@ +:prob: +# Derived Distribution + +L10 + +## Notes + +**Definition:** Derived distributions are distributions where we take a function of a random variable. + +This is generally defined as Y = g(X) where X is a random variable, Y is a random variable, and g is a function. diff --git a/StatisticsAndProbability.md b/StatisticsAndProbability.md @@ -81,4 +81,4 @@ L8: L9: - [[JointDensityFunction.md]] L10: - - [[]] + - [[DerivedDistribution.md]]