使用Python來計算均值、中位數、標準差

計算一串數組的均值、中位數、標準差 #!/usr/bin/env python #-*- coding:utf-8 -*- ''' @author : FIGTHING @file : DataMining.py @function: @software: Pycharm @time : 2019/06/13/15:40 ''' import numpy as np age =
相關文章
相關標籤/搜索