Robert Vincent Hogg, Joseph Walter McKean, Allen Thornton Craig. Introduction to Mathematical Statistics, 8th edition (Pearson, 2018)
Chapter 3. Some Special Distributions 제3장. 몇몇 특수한 분포
Section 4. The Normal Distributions 제4절. 정규분포
예제(Exercise) 26 및 해설(Solution)
Plot the pdfs of the random variables defined in parts (a)-(d) of the last exercise. Obtain an overlay plot of all four pdfs also. In R the domain values of the pdfs can easily be obtained by using seq command. For instance, the command x<-seq(-6,6,.1) returns a vector of values between -6 and 6 in jumps of 0.1. Then use the R function dcn for the contaminated normal pdfs.
쉽네요
제1장 확률과 분포 https://gall.dcinside.com/mathematics/427136
제2장 다변량 분포 https://gall.dcinside.com/mathematics/410910
제3장 제1절 이항 분포 및 그와 관련된 분포들 https://gall.dcinside.com/mathematics/411704
제3장 제2절 푸아송 분포 https://gall.dcinside.com/mathematics/413374
제3장 제3절 감마, 카이제곱, 베타 분포 https://gall.dcinside.com/mathematics/426888
댓글 0