- Machine Learning With Go
- Daniel Whitenack
- 144字
- 2021-07-08 10:37:32
Statistical measures
To quantify what a distribution looks like, we will use various statistical measures. Generally, there are two types of these measures:
- Central tendency measures: These measure where most of the values are located, or where the center of the distribution is located (for example, along the preceding linear representation).
- Spread or dispersion measures: These measure how the values of the distribution are spread across the distribution's range (from the lowest value to the highest value).
There are various packages that allow you to quickly calculate and/or utilize these statistical measures. We will make use of gonum.org/v1/gonum/stat (you are probably starting to notice that we will be making heavy use of gonum) and github.com/montanaflynn/stats.
Note, there is a one letter difference in the names of the gonum.org/v1/gonum/stat and github.com/montanaflynn/stats packages. Keep this in mind as you review the examples in the following sections.
推薦閱讀
- JBoss Weld CDI for Java Platform
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Docker and Kubernetes for Java Developers
- Web全棧工程師的自我修養
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- STM32F0實戰:基于HAL庫開發
- Python極簡講義:一本書入門數據分析與機器學習
- Julia for Data Science
- Fastdata Processing with Spark
- Scala Functional Programming Patterns
- 深入分析GCC
- Java服務端研發知識圖譜
- The Applied Data Science Workshop
- PHP 7 Programming Blueprints
- Mastering Swift 4(Fourth Edition)