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

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

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

                                         Simulation of fuzzy random variables (FRV)
                                         模糊随机变量的仿真(FRV)

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The second procedure described in [1] is implemented. Given an input dataframe V in the correct format (tested by checking), which will be the expectation of the simulated FRV first decomposer(V) is called. Loosely speaking, the dataframe Y returned by decomposer, which contains the "coordinates" of V with respect to a certain "basis" (see [1]), is perturbated stochastically in order to generate a new polygonal fuzzy number. The distributions used for these perturbations can be selected in the call of the function, however, in this Version 0.1 only a few choices are possible: (1) The perturbation of the centre of the 1-cut pertV has to be of the form norm(0,sigma) or unif(-a,a), sigma,a>0. (2) The perturbation of the left part of the fuzzy set pertL has to be of the form chisq(1), exp(1) or lnorm(a,b) with expectation=1. (3) The perturbation of the right part of the fuzzy set pertR has to be of the same form as that for the left part.
在[1]中所描述的第二个过程被实施。给定一个输入数据框V以正确的格式(测试checking),这将是预期的模拟FRV第一decomposer(V)被称为。粗略地讲,数据框Y返回decomposer,其中包含了“坐标”V方面有一定的“基础”(见[1]),是随机扰动中,以便产生一个新的多边形,模糊数。用于这些扰动的分布,可以在调用该函数的选择,但是,当前版本0.1中,只有很少的选择是可能的:(1)的中心的1切pertV是扰动形式norm(0,sigma)或unif(-a,a),SIGMA,> 0。 (2)扰动左边部分的模糊集pertL的形式chisq(1),exp(1)或lnorm(a,b)= 1,与预期。 (3)的右侧部分的模糊集合pertR扰动的左侧部分为相同的形式。


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


generator(V, pertV = list(dist = "norm", par = c(0, 1)),
   pertL = list(dist = "chisq", par = c(1)),
   pertR = list(dist = "chisq", par = c(1)))



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

参数:V
...polygonal fuzzy set in the correct format (tested by checking)  
...折线模糊集以正确的格式(测试checking)


参数:pertV
...list containing elements "dist" and "par". "dist" denotes the chosen distribution family (normal or uniform) and "par" the corresponding parameters.  
列表,其中包含元素“区”和“标准杆”。 “区”是指选择的分配家庭(正常或统一)和“帕”的相应参数。


参数:pertL
...list containing elements "dist" and "par". "dist" denotes the chosen distribution family (chisq or lnorm) and "par" the corresponding parameters.  
列表,其中包含元素“区”和“标准杆”。 “区”是指所选择的的分布的家庭(chisq或lnorm)和“帕”的相应参数。


参数:pertR
...list containing elements "dist" and "par". "dist" denotes the chosen distribution family (chisq or lnorm) and "par" the corresponding parameters.  
列表,其中包含元素“区”和“标准杆”。 “区”是指所选择的的分布的家庭(chisq或lnorm)和“帕”的相应参数。


Details

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

See examples
请参见示例


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

Given correct input data, the function returns a polygonal fuzzy number that can be seen as a realisation of a FRV with expectation V (see [1]).
正确的输入数据,该函数返回一个折线模糊的数字,可以被看作是一个期望实现的FRV V(见[1])。


注意----------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>




参考文献----------References----------



参见----------See Also----------

See Also as decomposer, checking
请参见decomposer,checking


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


data(XX)
V<-translator(XX[[3]],100)
YY<-vector("list",length=100)
  for(i in 1:100){
   YY[[i]]<-generator(V,,,)
   }
M<-Mmean(YY)
M
plot(M,type="l",xlim=c(-3,4))
lines(V,type="l",col="red",lwd=2)



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


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

使用道具 举报

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

本版积分规则

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

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

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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