文件名称:STATS
- 所属分类:
- 其他小程序
- 资源属性:
- [Text]
- 上传时间:
- 2017-08-28
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- Coope*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本程序为描述统计常用变量计算
!调用计算最大值和最小值的冒泡程序,计算平均值,标准差,计偏态、峰态系数的函数等
!可以计算的统计变量包括下列各项:
!n : sample size 样本大小
!mean : 平均值
!median : 中位数
!variance: 方差
!SD : 样本标准差 standard deviation
!SEM : 样本平均数标准误:standard error of mean
!amax : the maximum of the sample values
!amin : the minumum of the smaple values
!SUM : 样本值总和 SUM
!range : 极差, 全距
!CV : 变异系数 Coefficient of variation
!CD : 离散系数 Coefficient of dispersin
!skew : skewness coefficient 偏态系数,偏度系数
!kurtosis: kurtosis coefficient 峰度系数,峰态系数,峭度系数(to calculate descr iptive statistics for univariate data with Fotran code)
!调用计算最大值和最小值的冒泡程序,计算平均值,标准差,计偏态、峰态系数的函数等
!可以计算的统计变量包括下列各项:
!n : sample size 样本大小
!mean : 平均值
!median : 中位数
!variance: 方差
!SD : 样本标准差 standard deviation
!SEM : 样本平均数标准误:standard error of mean
!amax : the maximum of the sample values
!amin : the minumum of the smaple values
!SUM : 样本值总和 SUM
!range : 极差, 全距
!CV : 变异系数 Coefficient of variation
!CD : 离散系数 Coefficient of dispersin
!skew : skewness coefficient 偏态系数,偏度系数
!kurtosis: kurtosis coefficient 峰度系数,峰态系数,峭度系数(to calculate descr iptive statistics for univariate data with Fotran code)
相关搜索: 描述性统计
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DISCRIP_STAT_test.f90
test_STAT.txt
DISCRIP_STAT.f90
test_STAT.txt
DISCRIP_STAT.f90