spasm.construct(mgcv)
spasm.construct()所属R语言包:mgcv
Experimental sparse smoothers
实验疏平滑的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These are experimental sparse smoothing functions, and should be left well alone!
这些实验稀疏平滑功能,并应单独留下良好!
用法----------Usage----------
spasm.construct(object,data)
spasm.sp(object,sp,w=rep(1,object$nobs),get.trH=TRUE,block=0,centre=FALSE)
spasm.smooth(object,X,residual=FALSE,block=0)
参数----------Arguments----------
参数:object
sparse smooth object
稀疏光滑物体
参数:data
data frame
数据框
参数:sp
smoothing parameter value
平滑参数值
参数:w
optional weights
可选的重量
参数:get.trH
Should (estimated) trace of sparse smoother matrix be returned
应返回(估计)的稀疏矩阵平滑跟踪
参数:block
index of block, 0 for all blocks
所有的块0块指数
参数:centre
should sparse smooth be centred?
应该稀疏顺利居中?
参数:X
what to smooth
顺利
参数:residual
apply residual operation?
申请剩余操作?
警告----------WARNING----------
It is not recommended to use these yet
这是不建议使用这些尚未
作者(S)----------Author(s)----------
Simon N. Wood <a href="mailto:simon.wood@r-project.org">simon.wood@r-project.org</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|