- Learning pandas(Second Edition)
- Michael Heydt
- 92字
- 2021-07-02 20:37:02
Descriptive statistics
Descriptive statistics are functions that summarize a given dataset, typically where the dataset represents a population or sample of a single variable (univariate data). They describe the dataset and form measures of a central tendency and measures of variability and dispersion.
For example, the following are descriptive statistics:
- The distribution (for example, normal, Poisson)
- The central tendency (for example, mean, median, and mode)
- The dispersion (for example, variance, standard deviation)
As we will see, the pandas Series and DataFrame objects have integrated support for a large number of descriptive statistics.
推薦閱讀
- JavaScript高效圖形編程
- 實用防銹油配方與制備200例
- Python高級機器學習
- 差分進化算法及其高維多目標優化應用
- Android Native Development Kit Cookbook
- R大數據分析實用指南
- Learning FuelPHP for Effective PHP Development
- Getting Started with Laravel 4
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- OpenCV with Python By Example
- Solutions Architect's Handbook
- Windows Phone 8 Game Development
- 遠方:兩位持續創業者的點滴思考
- Android Game Programming by Example
- Maven for Eclipse