Author
Related Posts
Latex tutorial
Giving some tutorial for adapting and testing, I would want to test it out some of the basic and advanced things that we will focus on that. In basic version: * $ 3^2 $ * Inline math example: this is $a^2+b^2=c^2$. We also have Fractions: $\frac{a+b}
Discrete Random Variables
Definition of Random variable Decide an experiment random with S as sample space. A function X which assigns to every outcomes $s \in S$, a real number X(s) = x is called a random variable. Example: When we toss a coin. S the sample space {H, T}. Defining a random
Bayes’ Theorem
Formula $$ P(B|A) = \frac{P(A|B)P(B)}{P(A)} $$ Prove using conditional probability $P(A|B) = \frac{P(A\cap B)}{P(B)}$, and, $P(B|A) = \frac{P(B\cap A)}{P(A)}$,$P(A\cap B)$same as $P(B \cap A)$ $$ P(A|B)