Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 코딩테스트
- sklearn
- scikit learn
- pytorch
- Deep Learning Specialization
- 이코테
- 이것이 코딩테스트다
- IRIS
- Google ML Bootcamp
- 딥러닝
- 시각화
- 태블로
- r
- Python
- ADsP
- 통계
- matplotlib
- 머신러닝
- 자격증
- 데이터분석준전문가
- 회귀분석
- 데이터분석
- SQLD
- tableau
- 데이터 전처리
- 데이터 분석
- SQL
- ML
- 파이썬
- pandas
Archives
- 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 |
---|