Skip to content

In deze repository staan alle opgaves voor het vak "Statistische Verwerking van Experimentele Gegevens", gegeven aan 2de Bachelor studenten Fysica en Sterrenkunde aan de Vrije Universiteit Brussel.

Notifications You must be signed in to change notification settings

AlexDeMoor/Statistische_Verwerking_Van_Experimentele_Gegevens_public

 
 

Repository files navigation

Statistische_Verwerking_Van_Experimentele_Gegevens

Binder

binder ook beschikbaar via deze link

CURRENTLY UNDER CONSTRUCTION!

In deze repository staan alle opgaves voor het vak "Statistische Verwerking van Experimentele Gegevens", gegeven aan 2de Bachelor studenten Fysica en Sterrenkunde aan de Vrije Universiteit Brussel.

Step 0: download this repository

git clone https://github.com/AlexDeMoor/Statistische_Verwerking_Van_Experimentele_Gegevens_public.git

Step 1: download anaconda

Download anaconda (with python 3.7) from this link for your operating system.

Step 2: create a conda environment

You can easily create a conda environment with all necessary packages installed via the environment.yml file by typing:

conda env create -f environment.yml

The resulting environment will be called statistiek.

Step 3: activate this environment

Each time you want to use this repository, activate the environment:

conda activate statistiek

Step 4: open the notebook

jupyter notebook

About

In deze repository staan alle opgaves voor het vak "Statistische Verwerking van Experimentele Gegevens", gegeven aan 2de Bachelor studenten Fysica en Sterrenkunde aan de Vrije Universiteit Brussel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Jupyter Notebook 99.7%
  • Shell 0.3%