- Hands-On Data Science and Python Machine Learning
- Frank Kane
- 259字
- 2021-07-15 17:15:10
Variance
Let's look at a histogram, because variance and standard deviation are all about the spread of the data, the shape of the distribution of a dataset. Take a look at the following histogram:

Let's say that we have some data on the arrival frequency of airplanes at an airport, for example, and this histogram indicates that we have around 4 arrivals per minute and that happened on around 12 days that we looked at for this data. However, we also have these outliers. We had one really slow day that only had one arrival per minute, we only had one really fast day where we had almost 12 arrivals per minute. So, the way to read a histogram is look up the bucket of a given value, and that tells you how frequently that value occurred in your data, and the shape of the histogram could tell you a lot about the probability distribution of a given set of data.
We know from this data that our airport is very likely to have around 4 arrivals per minute, but it's very unlikely to have 1 or 12, and we can also talk specifically about the probabilities of all the numbers in between. So not only is it unlikely to have 12 arrivals per minute, it's also very unlikely to have 9 arrivals per minute, but once we start getting around 8 or so, things start to pick up a little bit. A lot of information can be had from a histogram.
- 深入實(shí)踐Spring Boot
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- Learn Programming in Python with Cody Jackson
- Amazon S3 Cookbook
- Hands-On Enterprise Automation with Python.
- Python:Master the Art of Design Patterns
- Python算法詳解
- Quantum Computing and Blockchain in Business
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書第2版)
- Advanced UFT 12 for Test Engineers Cookbook
- AI自動(dòng)化測(cè)試:技術(shù)原理、平臺(tái)搭建與工程實(shí)踐
- 超好玩的Scratch 3.5少兒編程
- Mastering Machine Learning with R
- Learning Shiny
- Building a Media Center with Raspberry Pi