Skip to content

Reach for the Stars basic lesson on Bayesian versus Frequentist Statistics

License

Notifications You must be signed in to change notification settings

CIERA-Northwestern/RftsBayesLesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RftsBayesLesson

Reach for the Stars basic lesson on Bayesian versus Frequentist Statistics

For information on the lesson, please see the lesson plan.

Steps to run this notebook:

  1. If you do not have a Python environment with Jupyter notebook installed. Here is a guide to install that and get it started.

    A) Download anaconda and follow install directions: conda install

    B) Open a terminal

    C) Run:

    conda create -n bayes_env jupyter ipython numpy scipy matplotlib python=3.7
    conda activate bayes_env
    
  2. You can git clone this repository or right click on "clone or download" and then "download zip"

  3. Navigate to the "RftsBayesLesson" folder.

  4. Run:

     jupyter notebook bayes.ipynb
    

About

Reach for the Stars basic lesson on Bayesian versus Frequentist Statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published