Skip to content

Commit

Permalink
added notes 14_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
rcc02007 committed Oct 31, 2017
1 parent 40eb941 commit af904bd
Show file tree
Hide file tree
Showing 11 changed files with 41,177 additions and 0 deletions.
20,583 changes: 20,583 additions & 0 deletions 14_stats_and_montecarlo/.ipynb_checkpoints/16_stats_and_montecarlo-checkpoint.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
20,583 changes: 20,583 additions & 0 deletions 14_stats_and_montecarlo/16_stats_and_montecarlo.ipynb

Large diffs are not rendered by default.

Binary file added 14_stats_and_montecarlo/MonteCarloPi.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 14_stats_and_montecarlo/MonteCarloPi_rand.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions 14_stats_and_montecarlo/gen_examples.m
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
x1=linspace(0,1,1000)';
y1=0*x1+0.1*rand(length(x1),1);

x2=linspace(0,1,10)';
y2=1*x2;
Binary file added 14_stats_and_montecarlo/octave-workspace
Binary file not shown.
Binary file added 14_stats_and_montecarlo/sgs_strain.avi
Binary file not shown.
Binary file added 14_stats_and_montecarlo/sgs_strain.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added 14_stats_and_montecarlo/�tG
Empty file.
Empty file.

0 comments on commit af904bd

Please sign in to comment.