diff options
author | Amit Sethi | 2010-10-13 17:26:45 +0530 |
---|---|---|
committer | Amit Sethi | 2010-10-13 17:26:45 +0530 |
commit | 2cd686aec886f54074fa98d0bfed3e16e361cea2 (patch) | |
tree | 34a3f0cefa6a225c413f7e8663e97c68521b23bd /statistics/slides.org | |
parent | f3daa8d124e1a3b9378c011a19cabc631cca588e (diff) | |
download | st-scripts-2cd686aec886f54074fa98d0bfed3e16e361cea2.tar.gz st-scripts-2cd686aec886f54074fa98d0bfed3e16e361cea2.tar.bz2 st-scripts-2cd686aec886f54074fa98d0bfed3e16e361cea2.zip |
adding questions for all other LO needs to be cleaned
Diffstat (limited to 'statistics/slides.org')
-rw-r--r-- | statistics/slides.org | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/statistics/slides.org b/statistics/slides.org new file mode 100644 index 0000000..d4a5548 --- /dev/null +++ b/statistics/slides.org @@ -0,0 +1,33 @@ +#+LaTeX_CLASS: beamer +#+LaTeX_CLASS_OPTIONS: [presentation] +#+BEAMER_FRAME_LEVEL: 1 + +#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent} +#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra) +#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC +#+OPTIONS: H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t + +#+TITLE: Statistics +#+AUTHOR: FOSSEE +#+DATE: 2010-09-14 Tue +#+EMAIL: info@fossee.in + +# \author[FOSSEE] {FOSSEE} + +# \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} +# \date{} + +* Tutorial Plan +** Doing simple statistical operations in Python +** Using loadtxt to solve statistics problem + +* Summary +** seq=[1,5,6,8,1,3,4,5] +** sum(seq) +** mean(seq) +** median(seq) +** std(seq) + +* Summary + +** loadtxt |