Wayne's Github Page

A place to learn about statistics

Applied Statistical Computing

Learning objectives

Expectations

How to be successful in this class?

Why computing? - Efficiency

efficiency of programming

Thanks to Prof Thibault Vatter for this slide.

Why statistical computing? - Simulations can help validate theoretical results

Why statistical computing? - Simulations allow more diverse approaches

Why statistical computing? - Programming can handle big data

Why statistical computing? - Lots of data are in non-tabular formats

JSON data from Indeed.com

{"request_params":
    {"jt": "fulltime",
     "q": "data",
     "l": "New York State",
     "start": 10},
 "job_descriptions":
    ["Description: This position ...",
     "At Noom, we use scientifically proven...",
     ...,
     "The NYC Department of Environmental Protection (DEP)..."]
 }

Why statistical computing? - Readable code

Normalizing data

Why statistical computing? - Reproducible research

R is still popular

Thanks to Prof Thibault Vatter for this slide.