eddDist-class(edd)
eddDist-class()所属R语言包:edd
Class "eddDist"
类“eddDist”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
objects from this class can be used to
从这个类的对象,可以用来
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("eddDist", ...). These objects include a simple stub (like "norm", which can be modified to obtain the name of a generator (prepend "r"), cdf (prepend "p"), etc.) in R.
创建对象可以通过检测的形式new("eddDist", ...)。这些对象包括在R简单的存根(如“规范”,它可以进行修改,以获得一台发电机(前面加上“R”),CDF(前面加上“P”)等名称)
插槽----------Slots----------
stub: Object of class "character" stub of a distribution system in R, to which "r" is prepended to get a generator, "p" to get a cdf, "q" to get a quantile
stub:“P”类"character"分配制度,在R“R”前置发电机的存根对象,得到CDF,“Q”得到1位数
parms: Object of class "numeric" named
parms:Object类的"numeric"命名
median: Object of class "numeric" median
median:Object类的"numeric"位数
mad: Object of class "numeric" MAD
mad类"numeric"疯狂:对象
tag: Object of class "character" an
类的对象tag:"character"
latexTag: Object of class "character" an informative character tag in latex format, which can use
latexTag类"character"LaTeX格式的信息字符的标记,它可以使用对象
plotlim: Object of class "numeric" an informative numeric indicating the upper and lower bounds of the
plotlim:对象类"numeric"一个内容丰富的数字显示的上限和下限
方法----------Methods----------
CDFname signature(x = "eddDist"): prepend "p" to stub(x)
CDFnamesignature(x = "eddDist"):前面加上“P”存根(X)
genName signature(x = "eddDist"): prepend "r" to stub(x)
genNamesignature(x = "eddDist"):前面加上“R”,存根(X)
Mad signature(x = "eddDist"): accessor
疯了signature(x = "eddDist"):存取
med signature(x = "eddDist"): accessor
MEDsignature(x = "eddDist"):存取
parms signature(x = "eddDist"): accessor
PARMSsignature(x = "eddDist"):存取
qfName signature(x = "eddDist"): prepend "q" to stub(x)
qfNamesignature(x = "eddDist"):前置“Q”存根(X)
qfun signature(e = "eddDist"): construct a quantile
qfun signature(e = "eddDist"):构建一个位数
stub signature(x = "eddDist"): accessor
的存根signature(x = "eddDist"):存取
tag signature(x = "eddDist"): accessor
标签signature(x = "eddDist"):存取
latexTag signature(x = "eddDist"): accessor
latexTagsignature(x = "eddDist"):存取
plotlim signature(x = "eddDist"): accessor
plotlimsignature(x = "eddDist"):存取
testVec signature(x = "numeric", eddd = "eddDist", is.centered = "logical"): apply ks.test to a given vector x against the dist specified
testVecsignature(x = "numeric", eddd = "eddDist", is.centered = "logical"):适用于对区ks.test一个给定的向量x指定
举例----------Examples----------
library(edd)
eddDistList[[1]]
qfun(eddDistList[[1]])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|