less than 1 minute read

Statistical Inference - Estimation, Central Limit Theorem, Interpretation of Confidence Interval

This post is the first part of the introduction of statistical inference series. For part 1, we will review about

  • Population statistics estimation with sample
  • Central Limit Theorem
  • Confidence Interval (CI) and Confidence Level (CL)

Those concepts are foundational but often misinterpreted, so itโ€™s nice to review them throughly.

Following link has a concise introduction with examples codes written in python.

๐Ÿ““ Link to Jupyter Notebook