Learning Objectives
In this video, you will learn what statistical modeling means and the role of probability theory in it
Learning Objectives
In this video, you will learn what statistical modeling means and the role of probability theory in it
This video forms part of the course Introduction to Bayesian Analysis in Python
Course Overview
Bayesian statistics is an effective tool for solving some inference problems when the available sample is too small for more complex statistical analysis to be applied. This course teaches the main concepts of Bayesian data analysis. It focuses on how to effectively use PyMC3, a Python library for probabilistic programming, to perform Bayesian parameter estimation, model checking, and validation.
The course introduces the framework of Bayesian Analysis. Complex mathematical theory will be sidestepped in favor of a more pragmatic approach, featuring computational methods implemented in the Python library PyMC3. We present several instances of analysis scenarios.
Target Audience
Students, researchers, and data scientists who wish to learn Bayesian data analysis with Python and implement probabilistic models in their day to day projects. Programming experience with Python is essential. No previous statistical knowledge is assumed.