iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 5
0
自我挑戰組

Python自主學習系列 第 18

Day18---Python統計模組

  • 分享至 

  • xImage
  •  

載入模組
import statistics

計算平均數
import statistics
#計算列表中數字的平均數
statistics.mean([1,4,6,9])
https://ithelp.ithome.com.tw/upload/images/20191007/20120902jdlfq0l6Uc.png

計算中位數
import statistics
#計算列表中數字的中位數
statistics.median([1,4,6,9])
https://ithelp.ithome.com.tw/upload/images/20191007/20120902So9fuxwtaQ.png

計算標準差
import statistics
#計算列表中數字的標準差
statiistics.stdev([1,4,6,9])
https://ithelp.ithome.com.tw/upload/images/20191007/20120902aPS43TdjjO.png


上一篇
Day17---Python亂數模組
下一篇
Day19---Python類別的定義與使用
系列文
Python自主學習30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言