Fmedian(SAFD)
Fmedian()所属R语言包:SAFD
Median of a fuzzy sample
一个模糊的样品中位数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a list XX of polygonal fuzzy numbers the functions first checks (1) if each element of the lists is in the correct form (tested by checking) and (2) if the alpha-levels of all elements coincide. If all conditions are fulfilled the function calculates the (levelwise) median (which, by definition, is a fuzzy number too).
由于一个列表XX折线模糊数的功能(1)首先检查每个元素的列表,如果是在正确的的形式(测试checking)和(2)如果所有的α-水平元素是一致的。如果所有条件都满足的函数计算(levelwise)中位数(其中,顾名思义,就是一个模糊数)。
用法----------Usage----------
Fmedian(XX, pic = 1)
参数----------Arguments----------
参数:XX
...list of polygonal fuzzy numbers with the same alpha levels (the functions implicitly checks the conditions)
列表折线模糊数具有相同的功能α水平(隐式检查的条件)
参数:pic
...numeric, if pic==1 the sample, its mean and its median are plotted.
...数字,如果pic== 1的样本,其均值和中位数曲线。
Details
详细信息----------Details----------
See examples.
见的例子。
值----------Value----------
Given correct input XX the function returns a the median of the sample.
正确的输入XX函数返回一个样本的中位数。
注意----------Note----------
In case you find (almost surely existing) bugs or have recommendations for improving the functions comments are welcome to the above mentioned mail addresses.
如果你发现改善的功能(几乎可以肯定存在的)错误,或有建议意见,欢迎上述电子邮件地址。
(作者)----------Author(s)----------
Wolfgang Trutschnig <wolfgang@trutschnig.net>, Asun Lubiano <lubiano@uniovi.es>
参见----------See Also----------
See Also as Fquantile
此外,Fquantile
实例----------Examples----------
data(XX)
V<-translator(XX[[3]],100)
YY<-vector("list",length=50)
for(i in 1:50){
YY[[i]]<-generator(V,,,)
}
Q<-Fmedian(YY)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|