Skip to content
Site Stats
總訪問量
訪客數人次

statistics

計算數據集的平均值

python
statistics.mean()

計算數據集的中位數

python
statistics.median()

計算給定分組數據集的分組中位數

python
statistics.median_grouped()