Standard Deviation — Data Science in JavaScript

Mattias Petter Johansson
Fun Fun Function
Published in
1 min readApr 3, 2017

This is the first of (hopefully) many videos where we explore data science concepts, doing the calculations in JavaScript, a language most are familiar with, and with no mathematical notation. First out is standard deviation, a statistical concept which is the average distance to the mean. I spend a lot of time talking about why statistics are important to a programmer, and why standard deviation exists and what it is good for, and we finally do an implementation of standard deviation in JavaScript.

Full video below:

🔗 My video on .reduce
https://www.youtube.com/watch?v=Wl98eZpkp-c&index=3&list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84

My video on .map
https://www.youtube.com/watch?v=bCqtb-Z5YGQ&index=2&list=PL0zVEGEvSaeEd9hlmCXrk5yUyqUag-n84

🔗 Great video visualizing Standard Deviation
https://www.youtube.com/watch?v=MRqtXL2WX2M

🔗 What is a “Standard Deviation?”
(Great video explaining the math of standard deviation)
https://www.youtube.com/watch?v=dq_D30kyR1A

🔗 mpj on Twitter
https://twitter.com/mpjme

🔗 The camera I use
http://amzn.to/2kwlpAD

🔗 The microphone and sound recorder I use
http://amzn.to/2kwli8e
http://amzn.to/2lcVSfd

🔗 The lights I use
http://amzn.to/2ld8jrX

--

--

Mattias Petter Johansson
Fun Fun Function

Creator of Fun Fun Function, a YouTube show about programming.