null.space.dimension(mgcv)
null.space.dimension()所属R语言包:mgcv
The basis of the space of un-penalized functions for a TPRS
TPRS为基础的联合国处罚职能的空间
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The thin plate spline penalties give zero penalty to some functions. The space of these functions is spanned by a set of polynomial terms. null.space.dimension finds the dimension of this space, M, given the number of covariates that the smoother is a function of, d, and the order of the smoothing penalty, m. If m does not satisfy 2m>d then the smallest possible dimension for the null space is found given d and the requirement that the smooth should be visually smooth.
薄板样条处罚零罚款的某些功能。这些功能的空间由一组多项式。 null.space.dimension发现这个空间的维数,M,协变量的数量,平滑的功能,d,为了平滑罚款,m 。如果m不满足2m>d然后空的空间尺寸尽可能最小的发现给d“的要求,顺利应该视顺利。
用法----------Usage----------
null.space.dimension(d,m)
参数----------Arguments----------
参数:d
is a positive integer - the number of variables of which the t.p.s. is a function.
是一个正整数 - 变量的数目,其中的租者置其屋计划是一个函数。
参数:m
a non-negative integer giving the order of the penalty functional, or signalling that the default order should be used.
一个非负整数刑罚功能的顺序,或信号,应使用默认顺序。
Details
详情----------Details----------
Thin plate splines are only visually smooth if the order of the wiggliness penalty, m, satisfies 2m > d+1. If 2m<d+1 then this routine finds the smallest m giving visual smoothness for the given d, otherwise the supplied m is used. The null space dimension is given by:
薄板样条线是唯一的视觉平稳,如果为了的wiggliness惩罚,m,满足2m > d+1。如果2m<d+1然后这个例程发现最小m给定的d,否则所提供的m用来给视觉平滑。空的空间维度是:
which is the value returned.
这是返回的值。
值----------Value----------
An integer (array), the null space dimension M.
一个整数(数组),零空间维M。
作者(S)----------Author(s)----------
Simon N. Wood <a href="mailto:simon.wood@r-project.org">simon.wood@r-project.org</a>
参考文献----------References----------
参见----------See Also----------
tprs
tprs
举例----------Examples----------
null.space.dimension(2,0)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|