- 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.
推薦閱讀
- 前端跨界開發指南:JavaScript工具庫原理解析與實戰
- HTML5+CSS3基礎開發教程(第2版)
- ArcGIS By Example
- Learning Apache Mahout Classification
- Julia高性能科學計算(第2版)
- Microsoft Azure Storage Essentials
- Yii Project Blueprints
- Processing創意編程指南
- Java Web應用開發項目教程
- Mudbox 2013 Cookbook
- Spring Boot 2+Thymeleaf企業應用實戰
- Python深度學習入門:從零構建CNN和RNN
- 設計模式之禪
- Python服務端測試開發實戰
- Visual FoxPro程序設計