Darwin's finches: A full-blown statistical analysis Statistical - - PowerPoint PPT Presentation

darwin s finches a full blown statistical analysis
SMART_READER_LITE
LIVE PREVIEW

Darwin's finches: A full-blown statistical analysis Statistical - - PowerPoint PPT Presentation

STATISTICAL THINKING IN PYTHON II Darwin's finches: A full-blown statistical analysis Statistical Thinking in Python II Your well-equipped toolbox Graphical and quantitative EDA Parameter estimation Confidence interval


slide-1
SLIDE 1

STATISTICAL THINKING IN PYTHON II

Darwin's finches: A full-blown statistical analysis

slide-2
SLIDE 2

Statistical Thinking in Python II

Your well-equipped toolbox

  • Graphical and quantitative EDA
  • Parameter estimation
  • Confidence interval calculation
  • Hypothesis testing
slide-3
SLIDE 3

Statistical Thinking in Python II

Image: Public domain, US

slide-4
SLIDE 4

Statistical Thinking in Python II

Image: NASA

slide-5
SLIDE 5

Statistical Thinking in Python II

The island of Daphne Major

Image: Grant and Grant, 2014

slide-6
SLIDE 6

Statistical Thinking in Python II

The finches of Daphne Major

Source: John Gould, public domain Geospiza fortis Geospiza scandens

slide-7
SLIDE 7

Statistical Thinking in Python II

Our data source

  • Peter and Rosemary Grant

40 Years of Evolution: Darwin's Finches on Daphne Major Island Princeton University Press, 2014

  • Data acquired from Dryad Digital Repository

hp://dx.doi.org/10.5061/dryad.g6g3h

slide-8
SLIDE 8

Statistical Thinking in Python II

The dimensions of the finch beak

beak length

Source: John Gould, public domain

slide-9
SLIDE 9

Statistical Thinking in Python II

The dimensions of the finch beak

beak depth

Source: John Gould, public domain

slide-10
SLIDE 10

Statistical Thinking in Python II

Investigation of G. scandens beak depth

  • EDA of beak depths in 1975 and 2012
  • Parameter estimates of mean beak depth
  • Hypothesis test: did the beaks get deeper?
slide-11
SLIDE 11

STATISTICAL THINKING IN PYTHON II

Let’s do it!

slide-12
SLIDE 12

STATISTICAL THINKING IN PYTHON II

Variation in beak shapes

slide-13
SLIDE 13

Statistical Thinking in Python II

The drought of winter 1976/1977

Source: Grant and Grant, 2014

slide-14
SLIDE 14

Statistical Thinking in Python II

Beak geometry

beak length beak depth

Source: John Gould, public domain

slide-15
SLIDE 15

Statistical Thinking in Python II

Hint

  • draw_bs_pairs_linreg() will come in handy
slide-16
SLIDE 16

STATISTICAL THINKING IN PYTHON II

Let’s do it!

slide-17
SLIDE 17

STATISTICAL THINKING IN PYTHON II

Calculation of heredity

slide-18
SLIDE 18

Statistical Thinking in Python II

The finches of Daphne Major

Source: John Gould, public domain Geospiza fortis Geospiza scandens

slide-19
SLIDE 19

Statistical Thinking in Python II

Heredity

  • The tendency for parental traits to

be inherited by offspring

slide-20
SLIDE 20

STATISTICAL THINKING IN PYTHON II

Let’s do it!

slide-21
SLIDE 21

STATISTICAL THINKING IN PYTHON II

Final thoughts

slide-22
SLIDE 22

Statistical Thinking in Python II

Your statistical thinking skills

  • Perform EDA
  • Generate effective plots like ECDFs
  • Compute summary statistics
  • Estimate parameters
  • By optimization, including linear regression
  • Determine confidence intervals
  • Formulate and test hypotheses
slide-23
SLIDE 23

STATISTICAL THINKING IN PYTHON II

Bon voyage!