statistics

  • Python statistics模块

    statistics模块提供数字数据的数理统计功能。本模块中定义了以下流行的统计函数。 均值 mean()方法计算列表中数字的算术平均值。 Example: >>&gt…

    编程 2024-12-22