일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SQL
- 코딩테스트
- 데이터 분석
- 머신러닝
- matplotlib
- ML
- Google ML Bootcamp
- 태블로
- 시각화
- SQLD
- 데이터분석
- pandas
- 자격증
- tableau
- r
- 회귀분석
- ADsP
- 이코테
- 이것이 코딩테스트다
- scikit learn
- pytorch
- Python
- Deep Learning Specialization
- IRIS
- 데이터분석준전문가
- 딥러닝
- 파이썬
- 데이터 전처리
- sklearn
- 통계
- Today
- Total
목록통계학과 수업 기록/수리통계학 (2)
함께하는 데이터 분석
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/eiTQ8r/btrrF6zWjcB/fGynr1Qrwdxgk1KTupprnk/img.png)
안녕하세요! 오늘은 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..
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bGT4Ad/btrrJkK1qnJ/FeDgH70dvv2bXq7lkifHyK/img.png)
안녕하세요! 오늘은 대표적인 이산형 분포의 종류를 나열해보겠습니다. 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..