기본 콘텐츠로 건너뛰기

라벨이 chi_square인 게시물 표시

[matplotlib]quiver()함수

Gamma , Chi square and F distribution

Contents Gamma Distribution Gamma function Gamma distribution Chi-square distribution F distribution Gamma Distribution Since the probability is the ratio of the target cases to the total number of cases, it is important to calculate the total number of cases in calculating the probability. For discrete variables, the total number of cases is calculated using factorial. In the case of continuous variables, the factorial cannot be calculated directly because random variables are not countable. Instead, an integral expression corresponding to factorial is used, which can be replaced with gamma function . Therefore, the gamma distribution based on the gamma function is a distribution related to the exponential distribution and the normal distribution and is used in various fields. Gamma function The gamma function is expressed as Γ(x) and has the form of a factorial function in the realm of natural numbers, and is defined as Equation 1 for discrete and continuous va...