decomposer(SAFD)
decomposer()所属R语言包:SAFD
Decomposer
分解器
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a dataframe X the function first calls checking in order to test if X is in the desired format. If yes, the dataframe X (polygonal fuzzy number) is expressed as a dataframe with (nrow(X)+1) rows as described in the paper [1] below, if no, NULL is returned. The main aim of decomposer is to provide the simulator-function called generator with the correct input.
给定一个数据框X函数首先调用checking为了测试X如果所需的格式。如果是的话,数据框X(多边形模糊数)表示为一个数据框(NROW(X)+1)[1]中所描述的文件的行,如果没有,则返回NULL。 decomposer的主要目的是提供模拟功能称为generator用正确的输入。
用法----------Usage----------
decomposer(X)
参数----------Arguments----------
参数:X
...dataframe, if checking(X)=1 the decomposed version of X is returned.
...数据框,如果检查(X)= 1的分解版本的X被返回。
Details
详细信息----------Details----------
See examples
请参见示例
值----------Value----------
参数:comp1
In case checking(X)=1 decomposer returns a dataframe with (nrow(X+1))-rows (see [1]), otherwise NA is returned
如果检查(X)= 1 decomposer返回一个数据框(NROW(X +1))行(见[1]),否则返回NA的
注意----------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----------
Simulation of fuzzy random variables, Inf.Sci., 179(5), pp. 642-653 (2009)
参见----------See Also----------
See also generator, checking
generator,checking
实例----------Examples----------
data(XX)
A<-decomposer(XX[[2]])
A<-decomposer(XX[[1]])
head(A)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|