├── .gitignore ├── 1. Exponential Families └── readme.md ├── 200604-2017-01-ES_Spanish_Version.pdf ├── Bootstrap ├── Inference-2.html ├── Inference-2.pdf └── bootstrap.md ├── Common Distributions └── readme.md ├── Evaluating Estimators └── readme.md ├── Inferential_Statistics_Duke └── Readme.rmd ├── LICENSE ├── Point Estimates- Methods of Estimation ├── Maximum Likelihood Estimates.pdf ├── Readme.rmd └── Rice J.A. Mathematical statistics and data analysis (3rd).pdf ├── Point Estimates: Methods of Estimation.md ├── README.md └── Simulations ├── Ass_1_4_.pdf └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/.gitignore -------------------------------------------------------------------------------- /1. Exponential Families/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/1. Exponential Families/readme.md -------------------------------------------------------------------------------- /200604-2017-01-ES_Spanish_Version.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/200604-2017-01-ES_Spanish_Version.pdf -------------------------------------------------------------------------------- /Bootstrap/Inference-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Bootstrap/Inference-2.html -------------------------------------------------------------------------------- /Bootstrap/Inference-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Bootstrap/Inference-2.pdf -------------------------------------------------------------------------------- /Bootstrap/bootstrap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Bootstrap/bootstrap.md -------------------------------------------------------------------------------- /Common Distributions/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Common Distributions/readme.md -------------------------------------------------------------------------------- /Evaluating Estimators/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Evaluating Estimators/readme.md -------------------------------------------------------------------------------- /Inferential_Statistics_Duke/Readme.rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Inferential_Statistics_Duke/Readme.rmd -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/LICENSE -------------------------------------------------------------------------------- /Point Estimates- Methods of Estimation/Maximum Likelihood Estimates.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Point Estimates- Methods of Estimation/Maximum Likelihood Estimates.pdf -------------------------------------------------------------------------------- /Point Estimates- Methods of Estimation/Readme.rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Point Estimates- Methods of Estimation/Readme.rmd -------------------------------------------------------------------------------- /Point Estimates- Methods of Estimation/Rice J.A. Mathematical statistics and data analysis (3rd).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Point Estimates- Methods of Estimation/Rice J.A. Mathematical statistics and data analysis (3rd).pdf -------------------------------------------------------------------------------- /Point Estimates: Methods of Estimation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Point Estimates: Methods of Estimation.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/README.md -------------------------------------------------------------------------------- /Simulations/Ass_1_4_.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ankitbit/Advanced_Statistical_Inference/HEAD/Simulations/Ass_1_4_.pdf -------------------------------------------------------------------------------- /Simulations/readme.md: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------