Skip to content

Commit

Permalink
added mybinder files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcc02007 committed Aug 28, 2018
1 parent 0c2a573 commit 5d23d74
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lab 0 - Statistics and the Student t-test

[Lab 0 notebook](./ME3263_lab-00.ipynb)
([![Binder](https://mybinder.org/badge.svg) Lab 0 notebook](https://mybinder.org/v2/gh/https%3A%2F%2Fgithub.uconn.edu%2Frcc02007%2FME3263_Lab-0.git/master))

We use statistics to draw conclusions from limited data. No measurement is exact. Every measurement you make has two types of uncertainties, *systematic* and *random*. *Systematic* uncertainties come from faults in your assumptions or equipment.
*Random* uncertainties are associated with unpredictable (or unforeseen at the
Expand Down
7 changes: 7 additions & 0 deletions apt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
texlive-latex-base
texlive-latex-recommended
texlive-science
texlive-latex-extra
texlive-fonts-recommended
dvipng
ghostscript
10 changes: 10 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: example-environment
channels:
- conda-forge
dependencies:
- python
- numpy
- pip:
- nbgitpuller
- matplotlib
- scipy

0 comments on commit 5d23d74

Please sign in to comment.