找回密码
 注册
查看: 339|回复: 0

R语言 SAFD包 Fquantile()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 21:30:22 | 显示全部楼层 |阅读模式
Fquantile(SAFD)
Fquantile()所属R语言包:SAFD

                                         Quantiles 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 chosen (levelwise) quantiles. As in the basic R-function quantile a vector p of quantiles can be calculated. The functions returns a list of quantiles (which are, by definition, fuzzy numbers too).
由于一个列表XX折线模糊数的功能(1)首先检查每个元素的列表,如果是在正确的的形式(测试checking)和(2)如果所有的α-水平元素是一致的。如果所有条件都满足的函数计算的选择(levelwise)位数。在基本的R-函数quantile一个矢量p分位数可以计算。该函数返回一个列表中位数(这些定义,模糊数)。


用法----------Usage----------


Fquantile(XX, p = c(0, 0.25, 0.5, 0.75, 1))



参数----------Arguments----------

参数:XX
...list of polygonal fuzzy numbers with the same alpha levels (the functions implicitly checks the conditions)  
列表折线模糊数具有相同的功能α水平(隐式检查的条件)


参数:p
...numeric vector of probabilities with values in [0,1]  
...数字矢量的概率值在[0,1]


Details

详细信息----------Details----------

See examples.
见的例子。


值----------Value----------

Given correct input XX the function returns a  list of quantiles.
正确的输入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 Fmedian, Mmean
请参见Fmedian,Mmean


实例----------Examples----------


data(XX)
V<-translator(XX[[3]],100)
YY<-vector("list",length=50)
  for(i in 1:50){
   YY[[i]]<-generator(V,,,)
   }
QQ<-Fquantile(YY,)
QQ<-Fmedian(YY)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-29 05:31 , Processed in 0.031951 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表