Python 学习笔记

Home

❯

均值

均值

2026年6月21日1分钟阅读

  • python
  • 概念

均值

均值是平均水平,属于集中趋势指标。

statistics.mean(x)
np.mean(x)

如果数据里有NaN,可考虑 np.nanmean()。

相关:描述统计基础、二维数据与DataFrame


关系图谱

反向链接

  • NumPy数组
  • Python函数
  • Python缺失值
  • Python 学习笔记
  • python
  • 中位数
  • 二维数据与DataFrame
  • 描述统计基础
  • 方差与标准差
  • 集中趋势

Created with Quartz v4.5.2 © 2026