SPD-class(spd)
SPD-class()所属R语言包:spd
Class: Semi-Parametric Distribution
类别:半参数分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Virtual Class for holding the tail fit and kernel interior objects.
虚拟类举行的的尾部配合和内核内部对象。
方法----------Methods----------
dspd signature(x = "numeric", fit = "SPD", linear = "logical"): density function
DSPD signature(x = "numeric", fit = "SPD", linear = "logical"):密度函数
pspd signature(q = "numeric", fit = "SPD", linear = "logical"): distribution function
PSPD signature(q = "numeric", fit = "SPD", linear = "logical"):分布函数
qspd signature(p = "numeric", fit = "SPD", linear = "logical"): quantile function
qspdsignature(p = "numeric", fit = "SPD", linear = "logical"):分位数函数
rspd signature(n = "numeric", fit = "SPD", linear = "logical"): random number generation function
rspdsignature(n = "numeric", fit = "SPD", linear = "logical"):随机数生成函数
show signature(object = "SPD"): show method
显示signature(object = "SPD"):show方法
类对象----------Objects from the Class----------
A virtual Class: No objects may be created from it.
可能会从它创建一个虚拟类:没有对象。
(作者)----------Author(s)----------
Alexios Ghalanos
参考文献----------References----------
实例----------Examples----------
showClass("SPD")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|