Content Contents Geometric distribution Negative Binomial Distribution Hypergeometric distribution Poisson distribution Discrete probability distribution II : Geometric, Negative Binomial, Hypermatric, and Possion Geometric distribution The distribution of probability change until the first success after repeating Bernoulli trials is called geometric distribution . For example, the probability mass function with the random variable X being the first success(s) by repeating Bernoulli trials with a probability of success p will be as follows. $$\begin{align}&R_x=\{1,\, 2,\, \cdots \}\\&f(1)=P(X=1)=p\\ &f(2)=P(X=2)=(1-p)p \\& \qquad \vdots\end{align}$$ Generalizing the above results, the probability mass function of the geometric distribution can be formulated as Equation 1. $$\begin{equation}\tag{1} f(x)=P(X=x)=(1-p)^{x-1}p\\ \end{equation}$$ As in Equation 1, the probability mass function depends only on the parameter p. Therefore, it is called a...
python 언어를 적용하여 통계(statistics)와 미적분(Calculus), 선형대수학(Linear Algebra)을 소개합니다. 이 과정에서 빅데이터를 다루기 위해 pytorch를 적용합니다.