├── .gitignore ├── Lecture Notes ├── Lecture1.pdf ├── Lecture10.pdf ├── Lecture11.pdf ├── Lecture12.pdf ├── Lecture13.pdf ├── Lecture16.pdf ├── Lecture17.pdf ├── Lecture18.pdf ├── Lecture19.pdf ├── Lecture2.pdf ├── Lecture20.pdf ├── Lecture21.pdf ├── Lecture22.pdf ├── Lecture23.pdf ├── Lecture3.pdf ├── Lecture4.pdf ├── Lecture5.pdf ├── Lecture6.pdf ├── Lecture7.pdf ├── Lecture8.pdf ├── lecture14.pdf └── lecture15.pdf ├── Text ├── 12579A.pdf ├── Erich Lehmann, Joseph P. Romano Testing statistical hypotheses 2008.pdf ├── Keener_Theoretical_Statistics.pdf ├── Lehmann - Theory of Point Estimation.pdf ├── MLE.lyx ├── Photos │ ├── IMG_20141110_165516.jpg │ ├── IMG_20141110_165546.jpg │ └── IMG_20141110_165611.jpg ├── Recitation2.pdf ├── Recitation4.pdf ├── The Bayesian Choice 2nd ed - C. Robert (Springer, 2007) WW.pdf └── recit2.lyx ├── hw1 ├── home1.pdf ├── hw1.lyx ├── hw1.pdf └── hw_solution1.pdf ├── hw10 ├── home10.pdf ├── hw10.lyx └── hw10.pdf ├── hw11 ├── bounds_Emax.pdf ├── gaussian_max.pdf ├── home11.pdf ├── hw11.lyx ├── hw11.pdf ├── hw_solution11.pdf └── subgaussians.pdf ├── hw2 ├── home2.pdf ├── hw2.lyx ├── hw2.pdf └── hw_solution2.pdf ├── hw3 ├── home3.pdf ├── hw3 copy.lyx ├── hw3.lyx ├── hw3.pdf └── hw_solution3.pdf ├── hw4 ├── home4.pdf ├── hw4.lyx ├── hw4.pdf └── hw_solution4.pdf ├── hw5 ├── home5.pdf ├── hw5.lyx ├── hw5.pdf └── hw_solution5.pdf ├── hw6 ├── home6.pdf ├── hw6.lyx ├── hw6.pdf └── hw_solution6.pdf ├── hw7 ├── home7.pdf ├── hw7.lyx ├── hw7.pdf └── hw_solution7.pdf ├── hw8 ├── home8.pdf ├── hw8.lyx ├── hw8.pdf └── hw_solution8.pdf └── hw9 ├── home9.pdf ├── hw9.lyx ├── hw9.pdf └── hw_solution9.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | *.lyx~ 2 | tex_template 3 | *~ 4 | -------------------------------------------------------------------------------- /Lecture Notes/Lecture1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture1.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture10.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture11.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture12.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture12.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture13.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture13.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture16.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture16.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture17.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture17.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture18.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture18.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture19.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture2.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture20.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture21.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture21.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture22.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture22.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture23.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture23.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture3.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture4.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture5.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture6.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture7.pdf -------------------------------------------------------------------------------- /Lecture Notes/Lecture8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/Lecture8.pdf -------------------------------------------------------------------------------- /Lecture Notes/lecture14.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/lecture14.pdf -------------------------------------------------------------------------------- /Lecture Notes/lecture15.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Lecture Notes/lecture15.pdf -------------------------------------------------------------------------------- /Text/12579A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/12579A.pdf -------------------------------------------------------------------------------- /Text/Erich Lehmann, Joseph P. Romano Testing statistical hypotheses 2008.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Erich Lehmann, Joseph P. Romano Testing statistical hypotheses 2008.pdf -------------------------------------------------------------------------------- /Text/Keener_Theoretical_Statistics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Keener_Theoretical_Statistics.pdf -------------------------------------------------------------------------------- /Text/Lehmann - Theory of Point Estimation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Lehmann - Theory of Point Estimation.pdf -------------------------------------------------------------------------------- /Text/MLE.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/MLE.lyx -------------------------------------------------------------------------------- /Text/Photos/IMG_20141110_165516.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Photos/IMG_20141110_165516.jpg -------------------------------------------------------------------------------- /Text/Photos/IMG_20141110_165546.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Photos/IMG_20141110_165546.jpg -------------------------------------------------------------------------------- /Text/Photos/IMG_20141110_165611.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Photos/IMG_20141110_165611.jpg -------------------------------------------------------------------------------- /Text/Recitation2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Recitation2.pdf -------------------------------------------------------------------------------- /Text/Recitation4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/Recitation4.pdf -------------------------------------------------------------------------------- /Text/The Bayesian Choice 2nd ed - C. Robert (Springer, 2007) WW.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/The Bayesian Choice 2nd ed - C. Robert (Springer, 2007) WW.pdf -------------------------------------------------------------------------------- /Text/recit2.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/Text/recit2.lyx -------------------------------------------------------------------------------- /hw1/home1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw1/home1.pdf -------------------------------------------------------------------------------- /hw1/hw1.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw1/hw1.lyx -------------------------------------------------------------------------------- /hw1/hw1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw1/hw1.pdf -------------------------------------------------------------------------------- /hw1/hw_solution1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw1/hw_solution1.pdf -------------------------------------------------------------------------------- /hw10/home10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw10/home10.pdf -------------------------------------------------------------------------------- /hw10/hw10.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw10/hw10.lyx -------------------------------------------------------------------------------- /hw10/hw10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw10/hw10.pdf -------------------------------------------------------------------------------- /hw11/bounds_Emax.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw11/bounds_Emax.pdf -------------------------------------------------------------------------------- /hw11/gaussian_max.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw11/gaussian_max.pdf -------------------------------------------------------------------------------- /hw11/home11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw11/home11.pdf -------------------------------------------------------------------------------- /hw11/hw11.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw11/hw11.lyx -------------------------------------------------------------------------------- /hw11/hw11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw11/hw11.pdf -------------------------------------------------------------------------------- /hw11/hw_solution11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw11/hw_solution11.pdf -------------------------------------------------------------------------------- /hw11/subgaussians.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw11/subgaussians.pdf -------------------------------------------------------------------------------- /hw2/home2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw2/home2.pdf -------------------------------------------------------------------------------- /hw2/hw2.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw2/hw2.lyx -------------------------------------------------------------------------------- /hw2/hw2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw2/hw2.pdf -------------------------------------------------------------------------------- /hw2/hw_solution2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw2/hw_solution2.pdf -------------------------------------------------------------------------------- /hw3/home3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw3/home3.pdf -------------------------------------------------------------------------------- /hw3/hw3 copy.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw3/hw3 copy.lyx -------------------------------------------------------------------------------- /hw3/hw3.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw3/hw3.lyx -------------------------------------------------------------------------------- /hw3/hw3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw3/hw3.pdf -------------------------------------------------------------------------------- /hw3/hw_solution3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw3/hw_solution3.pdf -------------------------------------------------------------------------------- /hw4/home4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw4/home4.pdf -------------------------------------------------------------------------------- /hw4/hw4.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw4/hw4.lyx -------------------------------------------------------------------------------- /hw4/hw4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw4/hw4.pdf -------------------------------------------------------------------------------- /hw4/hw_solution4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw4/hw_solution4.pdf -------------------------------------------------------------------------------- /hw5/home5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw5/home5.pdf -------------------------------------------------------------------------------- /hw5/hw5.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw5/hw5.lyx -------------------------------------------------------------------------------- /hw5/hw5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw5/hw5.pdf -------------------------------------------------------------------------------- /hw5/hw_solution5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw5/hw_solution5.pdf -------------------------------------------------------------------------------- /hw6/home6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw6/home6.pdf -------------------------------------------------------------------------------- /hw6/hw6.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw6/hw6.lyx -------------------------------------------------------------------------------- /hw6/hw6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw6/hw6.pdf -------------------------------------------------------------------------------- /hw6/hw_solution6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw6/hw_solution6.pdf -------------------------------------------------------------------------------- /hw7/home7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw7/home7.pdf -------------------------------------------------------------------------------- /hw7/hw7.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw7/hw7.lyx -------------------------------------------------------------------------------- /hw7/hw7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw7/hw7.pdf -------------------------------------------------------------------------------- /hw7/hw_solution7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw7/hw_solution7.pdf -------------------------------------------------------------------------------- /hw8/home8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw8/home8.pdf -------------------------------------------------------------------------------- /hw8/hw8.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw8/hw8.lyx -------------------------------------------------------------------------------- /hw8/hw8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw8/hw8.pdf -------------------------------------------------------------------------------- /hw8/hw_solution8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw8/hw_solution8.pdf -------------------------------------------------------------------------------- /hw9/home9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw9/home9.pdf -------------------------------------------------------------------------------- /hw9/hw9.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw9/hw9.lyx -------------------------------------------------------------------------------- /hw9/hw9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw9/hw9.pdf -------------------------------------------------------------------------------- /hw9/hw_solution9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST210A/HEAD/hw9/hw_solution9.pdf --------------------------------------------------------------------------------