Probability and statistics +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Introduction ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Probability and statistics play a important role in industrial processes, take decisions and as a language to another fields as game theory or econometrics. Slides ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. list-table:: Content :widths: 5 20 :header-rows: 1 * - Material - Description * - `Introduction to probability, counting and bayes theorem. `_ - Introduction to couting, probability, independence, bayes theorem. * - `Distributions and sampling. `_ - Introduction to normal and binomial distribution, central limit theorem. * - `Confidence intervals `_ - Confidence interval for mean and proportions * - `P-value `_ - Introduction to the idea of statistical significance * - `ANOVA `_ - Introduction to analysis of variance * - `Survival Analysis `_ - Introduction to Surival Simulations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Pi simulation -------------------------------------------------------- In this section you will find some simulations that could be very useful. You could think the following $\pi$ is a wonderful number: .. math:: :nowrap: \begin{equation} \pi = D/P \end{equation} * implementation: * `Pi simulation in python `_ Linconl - Petersen ------------------------------------------------------- Imagine that do you wan to know how many foxy there are, or the numner of hypopotamus that are in *colombia* you can uses the method of capture and recapture. $$ \hat{N} = \frac{k1 * k2}{recounter} $$ * Implementation: * `Population estimation in python `_ Birthday paradox ---------------------------------------------------------- This a great phenomena. * `Birtday paradox simulation `_ Monty Hall simulation --------------------------------------------------------- There is a great history behind this simulation: This history involves some persons as Savant and Paul erdos. * `Monty Hall Simulation `_