... fitting a 1D Gaussian!
project description
There are several ways to be a statistician, that is, to use data and models to make decisions in the presence of uncertainty. In this project, we demonstrate how various schools would solve the simplest task: fitting a Gaussian.
Clone this repository
git clone https://github.com/rbardenet/subjective-fits.git
cd subjective-fits
And execute setup.py
pip install .
Usage is demonstrated in the companion jupyter notebook
cd tutorial_notebook
jupyter notebook tutorial.ipynb