- 확률분포 다루기란?
다양한 확률 분포에 대하여 다음 네 가지 기능을 수행합니다.
분위수(quantile)의 계산
확률(probability), 밀도(density) 및 누적 확률(cumulative probability)의 계산
분포함수 그리기
랜덤 샘플링
- 확률분포 관련 메뉴의 위치와 의미
분포 메뉴는 Rex 리본의 우측에 위치해 있으며, 모양은 아래와 같습니다.
[그림 1] 분포 메뉴의 모습
분포 메뉴에는 세 가지 상위 항목이 있으며, 각각의 기능은 아래와 같습니다.
시드 설정: 특정한 분포에 대해 임의 샘플링을 수행할 때 random seed를 설정합니다.
연속분포: 다양한 연속형 분포에 대하여 관련 기능을 수행합니다.
이산분포: 다양한 이산형 분포에 대하여 관련 기능을 수행합니다.
- Rex가 지원하는 연속형 확률 분포의 종류
1) 정규분포 (normal distribution)
2) t-분포 (t-distribution)
3) 카이제곱분포 (chi-squared distribution)
4) F-분포 (F-distribution)
5) 지수분포 (exponential distribution)
6) 균등분포 (uniform distribution)
7) 베타분포 (Beta distribution)
8) 코쉬분포 (Cauchy distribution)
9) 로지스틱분포 (logistic distribution)
10) 로그정규분포 (log-normal distribution)
11) 감마분포 (Gamma distribution)
12) 와이블 분포 (Weibull distribution)
- Rex가 지원하는 이산형 확률 분포의 종류
1) 이항분포 (binomial distribution)
2) 포아송분포 (Poisson distribution)
3) 기하분포 (geometric distribution)
4) 초기하분포 (hypergeometric distribution)
5) 음이항분포 (negative binomial distribution)