5-7. Beta Distribution (*)
Last updated
Was this helpful?
Last updated
Was this helpful?
A Beta distribution is a type of probability distribution. This distribution represents a family of probabilities and is a versatile way to represent outcomes for percentages or proportions.
For example, how likely is it that Kanye West will win the next Presidential election? You might think the probability is 0.2. Your friend might think it’s 0.15. The beta distribution gives you a way to describe this.
One reason that this function is confusing is there are three “Betas” to contend with, and they all have different meanings:
The basic beta distribution is also called the beta distribution of the first kind. Beta distribution of the second kind is another name for the beta prime distribution.
베타분포의 확률밀도함수는 다음과 같은 형태를 갖는다.
위의 식이 확률분포를 만족하려면 0과 1 사이의 적분 값이 1이 되어야 하는데, 즉,
베타분포는 다음과 같은 확률밀도함수를 갖는 확률분포이다.
베타분포의 기대값과 분산은 다음과 같이 계산된다.
: the name of the probability distribution.
: the name of a function in the denominator of the pdf. This acts as a “normalizing constant” to ensure that the area under the curve of the pdf equals 1.
: the name of the second shape parameter in the pdf.
베타분포는 두 개의 모수 와 에 따라 구간에서 다양한 분포형태를 갖는 분포로서, 베이지안 분석에서 어떤 사상의 발생확률 의 사전분포로 많이 사용된다.
,
다음과 같이 정의된 베타함수를 사용하면 계수 는 베타함수의 역수가 된다.
.
만약 이면, 이므로 uniform distribution이 된다. 그리고, 이 되는 것을 확인할 수 있다.
EXAMPLE 35. 인 베타분포의 확률밀도함수와 누적분포함수 그래프를 작성하시오.
이면 분포가 대칭형태, 이면 분포가 우측으로 몰리고, 이면 분포가 좌측으로 몰림.
이면 봉우리가 하나인 형태, 이면 무한대에서 급격히 감소, 이면 무한대로 증가.
누적분포함수는 형상모수 이면 가파르게 증가하고, 이면 천천히 증가하다가 마지막에 가파르게 증가함.
이면, 가 된다.