- Hands-On Data Science and Python Machine Learning
- Frank Kane
- 128字
- 2021-07-15 17:15:09
Calculating median using the NumPy package
Alright, so computing the median is just as simple as computing the mean. Just like we had NumPy mean, we have a NumPy median function as well.
We can just use the median function on incomes, which is our list of data, and that will give us the median. In this case, that came up to $26,911, which isn't very different from the mean of $26988. Again, the initial data was random, so your values will be slightly different.
np.median(incomes)
The following is the output of the preceding code:
Out[4]: 26911.948365056276
We don't expect to see a lot of outliers because this is a nice normal distribution. Median and mean will be comparable when you don't have a lot of weird outliers.
推薦閱讀
- JSP網絡編程(學習筆記)
- Java程序設計實戰教程
- 樂學Web編程:網站制作不神秘
- BeagleBone Media Center
- Learning SQLite for iOS
- PLC編程及應用實戰
- 21天學通C++(第5版)
- Web性能實戰
- Beginning C++ Game Programming
- Extending Unity with Editor Scripting
- SQL Server 入門很輕松(微課超值版)
- Scala Functional Programming Patterns
- Unity 2017 Game AI Programming(Third Edition)
- DevOps 精要:業務視角
- Apache Solr for Indexing Data