├── .gitignore ├── Final ├── 2013 205A final.pdf ├── Final.lyx ├── Final.pdf └── final_draft.pdf ├── Text ├── Aldous - Exchangeability.pdf ├── Billingsley_Probability_and_Measure.pdf ├── Chandra - The Borel-Cantelli Lemma.pdf ├── David Aldous Conditional Distribution.pdf ├── Durret - Probability 2013.pdf ├── Durrett-Probability-Theory-and-Examples-Solutions-PDF.pdf ├── Leo Breiman Probability 1992.pdf ├── STAT 205A Home Page.pdf ├── Screenshot_2014-12-01-02-01-04 (1).png ├── Screenshot_2014-12-01-02-01-04.png ├── Solutions Stat205A Fall 2014 │ ├── SolHW1.pdf │ ├── SolHW10.pdf │ ├── SolHW11.pdf │ ├── SolHW2.pdf │ ├── SolHW3.pdf │ ├── SolHW4.pdf │ ├── SolHW5.pdf │ ├── SolHW6.pdf │ ├── SolHW7.pdf │ ├── SolHW8.pdf │ └── SolHW9.pdf ├── durret_prob.lyx ├── durret_prob.pdf ├── hw.pdf └── note-recite-2.lyx ├── hw1 ├── SolHW1.pdf ├── hw1.lyx └── hw1.pdf ├── hw10 ├── hw10.lyx └── hw10.pdf ├── hw11 ├── SolHW11.pdf ├── hw11.lyx └── hw11.pdf ├── hw2 ├── SolHW2.pdf ├── hw2.lyx └── hw2.pdf ├── hw3 ├── SolHW3.pdf ├── hw3.lyx └── hw3.pdf ├── hw4 ├── SolHW4.pdf ├── hw4.lyx └── hw4.pdf ├── hw5 ├── SolHW5.pdf ├── hw5.lyx └── hw5.pdf ├── hw6 ├── SolHW6.pdf ├── hw6.lyx └── hw6.pdf ├── hw7 ├── SolHW7.pdf ├── hw7.lyx └── hw7.pdf ├── hw8 ├── hw8.lyx └── hw8.pdf └── hw9 ├── hw9.lyx └── hw9.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | *.lyx~ 2 | .gitignore~ 3 | -------------------------------------------------------------------------------- /Final/2013 205A final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Final/2013 205A final.pdf -------------------------------------------------------------------------------- /Final/Final.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Final/Final.lyx -------------------------------------------------------------------------------- /Final/Final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Final/Final.pdf -------------------------------------------------------------------------------- /Final/final_draft.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Final/final_draft.pdf -------------------------------------------------------------------------------- /Text/Aldous - Exchangeability.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Aldous - Exchangeability.pdf -------------------------------------------------------------------------------- /Text/Billingsley_Probability_and_Measure.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Billingsley_Probability_and_Measure.pdf -------------------------------------------------------------------------------- /Text/Chandra - The Borel-Cantelli Lemma.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Chandra - The Borel-Cantelli Lemma.pdf -------------------------------------------------------------------------------- /Text/David Aldous Conditional Distribution.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/David Aldous Conditional Distribution.pdf -------------------------------------------------------------------------------- /Text/Durret - Probability 2013.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Durret - Probability 2013.pdf -------------------------------------------------------------------------------- /Text/Durrett-Probability-Theory-and-Examples-Solutions-PDF.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Durrett-Probability-Theory-and-Examples-Solutions-PDF.pdf -------------------------------------------------------------------------------- /Text/Leo Breiman Probability 1992.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Leo Breiman Probability 1992.pdf -------------------------------------------------------------------------------- /Text/STAT 205A Home Page.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/STAT 205A Home Page.pdf -------------------------------------------------------------------------------- /Text/Screenshot_2014-12-01-02-01-04 (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Screenshot_2014-12-01-02-01-04 (1).png -------------------------------------------------------------------------------- /Text/Screenshot_2014-12-01-02-01-04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Screenshot_2014-12-01-02-01-04.png -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW1.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW10.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW11.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW2.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW3.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW4.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW5.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW6.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW7.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW8.pdf -------------------------------------------------------------------------------- /Text/Solutions Stat205A Fall 2014/SolHW9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/Solutions Stat205A Fall 2014/SolHW9.pdf -------------------------------------------------------------------------------- /Text/durret_prob.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/durret_prob.lyx -------------------------------------------------------------------------------- /Text/durret_prob.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/durret_prob.pdf -------------------------------------------------------------------------------- /Text/hw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/hw.pdf -------------------------------------------------------------------------------- /Text/note-recite-2.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/Text/note-recite-2.lyx -------------------------------------------------------------------------------- /hw1/SolHW1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw1/SolHW1.pdf -------------------------------------------------------------------------------- /hw1/hw1.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw1/hw1.lyx -------------------------------------------------------------------------------- /hw1/hw1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw1/hw1.pdf -------------------------------------------------------------------------------- /hw10/hw10.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw10/hw10.lyx -------------------------------------------------------------------------------- /hw10/hw10.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw10/hw10.pdf -------------------------------------------------------------------------------- /hw11/SolHW11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw11/SolHW11.pdf -------------------------------------------------------------------------------- /hw11/hw11.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw11/hw11.lyx -------------------------------------------------------------------------------- /hw11/hw11.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw11/hw11.pdf -------------------------------------------------------------------------------- /hw2/SolHW2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw2/SolHW2.pdf -------------------------------------------------------------------------------- /hw2/hw2.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw2/hw2.lyx -------------------------------------------------------------------------------- /hw2/hw2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw2/hw2.pdf -------------------------------------------------------------------------------- /hw3/SolHW3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw3/SolHW3.pdf -------------------------------------------------------------------------------- /hw3/hw3.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw3/hw3.lyx -------------------------------------------------------------------------------- /hw3/hw3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw3/hw3.pdf -------------------------------------------------------------------------------- /hw4/SolHW4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw4/SolHW4.pdf -------------------------------------------------------------------------------- /hw4/hw4.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw4/hw4.lyx -------------------------------------------------------------------------------- /hw4/hw4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw4/hw4.pdf -------------------------------------------------------------------------------- /hw5/SolHW5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw5/SolHW5.pdf -------------------------------------------------------------------------------- /hw5/hw5.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw5/hw5.lyx -------------------------------------------------------------------------------- /hw5/hw5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw5/hw5.pdf -------------------------------------------------------------------------------- /hw6/SolHW6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw6/SolHW6.pdf -------------------------------------------------------------------------------- /hw6/hw6.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw6/hw6.lyx -------------------------------------------------------------------------------- /hw6/hw6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw6/hw6.pdf -------------------------------------------------------------------------------- /hw7/SolHW7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw7/SolHW7.pdf -------------------------------------------------------------------------------- /hw7/hw7.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw7/hw7.lyx -------------------------------------------------------------------------------- /hw7/hw7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw7/hw7.pdf -------------------------------------------------------------------------------- /hw8/hw8.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw8/hw8.lyx -------------------------------------------------------------------------------- /hw8/hw8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw8/hw8.pdf -------------------------------------------------------------------------------- /hw9/ hw9.lyx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw9/ hw9.lyx -------------------------------------------------------------------------------- /hw9/hw9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hduongtrong/ST205A/HEAD/hw9/hw9.pdf --------------------------------------------------------------------------------