- 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.
- Learning Single:page Web Application Development
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 人臉識別原理及算法:動態人臉識別系統研究
- Learn WebAssembly
- Unity 2018 Shaders and Effects Cookbook
- C++反匯編與逆向分析技術揭秘(第2版)
- R數據科學實戰:工具詳解與案例分析
- SpringBoot從零開始學(視頻教學版)
- Java程序設計教程
- Visual C++程序設計與項目實踐
- SQL Server實例教程(2008版)
- Android嵌入式系統程序開發(基于Cortex-A8)
- UI動效設計從入門到精通
- 透視C#核心技術:系統架構及移動端開發
- C#網絡編程高級篇之網頁游戲輔助程序設計