爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

分享 matlab中的百分位数函数prctile(重要)
kongfeng0824 2013-7-26 22:54
Syntax Y = prctile(X,p) example Y = prctile(X,p,dim) example Description Y = prctile(X,p) returnspercentiles of the values in a data vector or matrix X forthe percentages p in the interval . If X is a vector, then Y isa scalar or a vector with the same length as th ...
个人分类: Matlab Study|1890 次阅读|0 个评论
分享 matlab中的绝对偏差函数mad
kongfeng0824 2013-7-26 22:47
Syntax y = mad(X) Y = mad(X,1) Y = mad(X,0) Description y = mad(X) returns the meanabsolute deviation of the values in X. For vectorinput, y is mean(abs(X-mean(X))).For a matrix input, y is a row vector containingthe mean absolute deviation of each column of X.For N-dimensional ...
个人分类: Matlab Study|1347 次阅读|0 个评论
分享 matlab中75%-25%的极差函数iqr
kongfeng0824 2013-7-26 22:42
iqr Interquartile range Syntax y = iqr(X) iqr(X,dim) Description y = iqr(X) returns the interquartile range of the values in X. For vector input, y isthe difference between the 75th and the 25th percentiles of the samplein X. For matrix input, y is a row vector c ...
个人分类: Matlab Study|670 次阅读|0 个评论
分享 matlab中的极差(最大值-最小值)函数range
kongfeng0824 2013-7-26 22:36
Syntax range(X) y = range(X,dim) Description range(X) returns the differencebetween the maximum and the minimum of a sample. For vectors, range(x) isthe range of the elements. For matrices, range(X) isa row vector containing the range of each column of X. For N-dimensionalarray ...
个人分类: Matlab Study|2161 次阅读|0 个评论
分享 matlab中求去掉最大K/2%或和最小K/2%后的平均值的方法trimmean函数
kongfeng0824 2013-7-26 22:33
Syntax m = trimmean(X,percent) trimmean(X,percent,dim) m = trimmean(X,percent,flag) m = trimmean(x,percent,flag,dim) Description m = trimmean(X,percent) calculates the trimmed mean of the values in X. For a vector input, m is the mean of X, excluding the highest and lowest ...
个人分类: 个人日记|1011 次阅读|0 个评论
分享 matlab中调和平均值函数harmmean
kongfeng0824 2013-7-26 22:18
Syntax m = harmmean(X) harmmean(X,dim) Description m = harmmean(X) calculatesthe harmonic mean of a sample. For vectors, harmmean(x) isthe harmonic mean of the elements in x. For matrices, harmmean(X) isa row vector containing the harmonic means of each column. For N-dimensiona ...
个人分类: Matlab Study|1320 次阅读|0 个评论
分享 matlab中的几何平均值函数geomean
kongfeng0824 2013-7-26 22:12
Syntax m = geomean(x) geomean(X,dim) Description m = geomean(x) calculates the geometric mean of a sample. For vectors, geomean(x) is the geometric mean of the elements in x. For matrices, geomean(X) is a row vector containing the geometric means of each column. For N-dimens ...
个人分类: Matlab Study|2399 次阅读|0 个评论
分享 积分、威望、金钱、贡献
kongfeng0824 2013-3-25 22:35
积分、威望、金钱、贡献不知道是做什么的呢? 积分好像是下载文件时要扣除的吧? 威望好像不清楚? 金钱也不清楚? 贡献好像有时候也需要扣除。
个人分类: 个人日记|918 次阅读|4 个评论 热度 3
分享 时间飞逝
kongfeng0824 2013-3-25 08:30
时间飞逝 物是人非 感慨万千
个人分类: 个人日记|253 次阅读|0 个评论

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

返回顶部