- Machine Learning With Go
- Daniel Whitenack
- 213字
- 2021-07-08 10:37:32
Distributions
A distribution is a representation of how often values appear within a dataset. Let's say, for instance, that one thing you are tracking as a data scientist is the daily sales of a certain product or service, and you have a long list (which you could represent as a vector or part of a matrix) of these daily sales numbers. These sales numbers are part of our dataset, and they include one day with sales of $121, another day with sales of $207, and so on.
There will be one sales number that is the lowest out of the one we have accumulated. There will also be one sales number that is the highest out of the one we have accumulated, and the rest of the sales numbers that are somewhere in between (at least if we assume no exact duplicates). The following image represents these low, high, and in-between values of sales along a line:

This is, thus, a distribution of sales, or at least one representation of the distribution of sales. Note that this distribution has areas where there are more numbers and areas where the numbers are a little sparse. Additionally, note that there seems to be a tendency for numbers to be near the center of the distribution.
- Responsive Web Design with HTML5 and CSS3
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Expert Android Programming
- Serverless架構(gòu)
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- 智能手機(jī)APP UI設(shè)計(jì)與應(yīng)用任務(wù)教程
- 微課學(xué)人工智能Python編程
- Android應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)
- C++ System Programming Cookbook
- Visual Basic 程序設(shè)計(jì)實(shí)踐教程
- PHP項(xiàng)目開(kāi)發(fā)全程實(shí)錄(第4版)
- 深入理解Kafka:核心設(shè)計(jì)與實(shí)踐原理
- WCF全面解析
- Java EE基礎(chǔ)實(shí)用教程
- Developing RESTful Web Services with Jersey 2.0