时间:2024-10-12 02:34:32
1、定义一个用于计算统计函数的向量
2、求向量的方差函数var()
3、求向量的绝对中位差函数mad()
4、求向量的分位数函数quantile(x)
5、求向量的值域函数range()
6、求向量和的函数sum()