Skip to content

Latest commit

History

History
26 lines (17 loc) 路 1.52 KB

File metadata and controls

26 lines (17 loc) 路 1.52 KB

When-I-code-to-do-statistics-for-the-first-time 馃お

As the name of repository suggest, this repository contains notebook files that displays the code and its result of statistical simulation.

About notebooks

There are 2 notebooks here:

As part of my hobbies, I just try to simulate things instead of doing it mathematically. So, what in repository is nothing new to the world. But this is my own way of encouraging myself to study both coding and statistics in the same time.:yum:

Inspiration 馃尃

Originally, the content in the notebook -also the method that I used- is a part of my homework assignment when I was studying statistical inference class, at chulalongkorn university. The creator of the problem exercises and the algorithm you see in the notebooks is Asst. Prof. Anupap Somboonsavatdee who showed me how to code the simulation in R and taught me what statistic really is.

Packages 馃摝

The code is entirely written in Python 3.8.5 and the main packages I utilized are:

  • numpy 1.19.2
  • scipy 1.5.2
  • matplotlib 3.3.2