statistics/slides.org
author bhanu
Thu, 11 Nov 2010 02:02:06 +0530
changeset 475 2e0b89c0eeb4
parent 321 2e49b1b72996
child 450 d49aee7ab1b9
permissions -rw-r--r--
Laguage check Done for `getting started with arrays`
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
321
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     1
#+LaTeX_CLASS: beamer
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     2
#+LaTeX_CLASS_OPTIONS: [presentation]
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     3
#+BEAMER_FRAME_LEVEL: 1
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     4
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     5
#+BEAMER_HEADER_EXTRA: \usetheme{Warsaw}\useoutertheme{infolines}\usecolortheme{default}\setbeamercovered{transparent}
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     6
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     7
#+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
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     8
#+OPTIONS:   H:5 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
     9
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    10
#+TITLE: Statistics
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    11
#+AUTHOR: FOSSEE
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    12
#+DATE: 2010-09-14 Tue
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    13
#+EMAIL:     info@fossee.in
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    14
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    15
# \author[FOSSEE] {FOSSEE}
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    16
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    17
# \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    18
# \date{}
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    19
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    20
* Tutorial Plan 
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    21
** Doing simple statistical operations in Python  
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    22
** Using loadtxt to solve statistics problem
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    23
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    24
* Summary 
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    25
**  seq=[1,5,6,8,1,3,4,5]
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    26
**  sum(seq)
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    27
**  mean(seq)
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    28
**  median(seq)
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    29
**  std(seq)
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    30
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    31
* Summary
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    32
2e49b1b72996 adding questions for all other LO needs to be cleaned
amit
parents:
diff changeset
    33
** loadtxt