일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- SQLD
- Python
- 데이터분석
- IRIS
- Deep Learning Specialization
- pytorch
- 통계
- pandas
- 데이터 분석
- 이코테
- ADsP
- ML
- matplotlib
- 시각화
- 이것이 코딩테스트다
- Google ML Bootcamp
- 파이썬
- 자격증
- 데이터분석준전문가
- sklearn
- 회귀분석
- scikit learn
- 딥러닝
- r
- 코딩테스트
- 데이터 전처리
- tableau
- 머신러닝
- 태블로
- SQL
- Today
- Total
함께하는 데이터 분석
[수리통계학] Continuous Distributions 본문
안녕하세요!
오늘은 Discrete Distribution의 소개에 이어서 대표적인 Continuous Distribution을 알아보겠습니다.
1. Uniform Distribution
: The random variable X has a uniform distribution.

2. Exponential Distribution
: In Poisson process with mean number of changes λ in the unit interval, if the random variable X denote the waiting time until the first change occurs, then distribution of X is an exponential distribution.

3. Gamma Distribution
: In poisson process with mean λ, if the random variable X denote the waiting time until the αth changes occur, then distribution of X is a Gamma distribution.

4. Chi-square Distribution
: Let X have a gamma distribution with θ = 2 and α = r/2, where r is a positive integer. We say that X has a chi-square distribution with r degrees of freedom.

5. Normal Distribution
: The random variable X has a normal distribution.

Relationships of Continuous Distributions

감사합니다!

'통계학과 수업 기록 > 수리통계학' 카테고리의 다른 글
[수리통계학] Discrete Distributions (0) | 2022.01.25 |
---|