일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 데이터 전처리
- Google ML Bootcamp
- ADsP
- 태블로
- SQLD
- scikit learn
- pytorch
- 회귀분석
- matplotlib
- Python
- 파이썬
- 자격증
- 코딩테스트
- 이코테
- ML
- 딥러닝
- tableau
- pandas
- IRIS
- SQL
- 데이터 분석
- 시각화
- sklearn
- r
- 데이터분석
- 통계
- 머신러닝
- Deep Learning Specialization
- 이것이 코딩테스트다
- 데이터분석준전문가
- Today
- Total
목록Probability (2)
함께하는 데이터 분석
안녕하세요! 오늘은 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. Ga..
안녕하세요! 오늘은 대표적인 이산형 분포의 종류를 나열해보겠습니다. 1. Discrete Uniform Distribution : When a pmf is constant on the space R of X; we say that the distribution is a discrete uniform abbreviated by DU. 2. Hypergeometric Distribution : Suppose there are N1 success objects and N2 failure objects in a collection N = N1 + N2 of similar objects. When n objects are selected from these N objects at random with withou..