- 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.
- Mobile Application Development:JavaScript Frameworks
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- Objective-C應(yīng)用開發(fā)全程實(shí)錄
- Visual FoxPro程序設(shè)計(jì)教程
- Practical UX Design
- 編程卓越之道(卷3):軟件工程化
- ASP.NET Core Essentials
- Java FX應(yīng)用開發(fā)教程
- Production Ready OpenStack:Recipes for Successful Environments
- Blender 3D Incredible Machines
- Internet of Things with Intel Galileo
- 數(shù)據(jù)結(jié)構(gòu)(C語(yǔ)言)
- Windows內(nèi)核編程
- Building Dynamics CRM 2015 Dashboards with Power BI
- 零基礎(chǔ)學(xué)Java第2版