找回密码
 注册
查看: 1798|回复: 0

R语言:polySpline()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 18:36:53 | 显示全部楼层 |阅读模式
polySpline(splines)
polySpline()所属R语言包:splines

                                        Piecewise Polynomial Spline Representation
                                         分段多项式样条表示

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Create the piecewise polynomial representation of a spline object.
创建分段多项式样条线对象的代表性。


用法----------Usage----------


polySpline(object, ...)
as.polySpline(object, ...)



参数----------Arguments----------

参数:object
An object that inherits from class spline.
一个对象类spline继承。


参数:...
Optional additional arguments.  At present no additional arguments are used.
可选的附加参数。目前,没有额外的参数。


值----------Value----------

An object that inherits from class polySpline.  This is the piecewise polynomial representation of a univariate spline function. It is defined by a set of distinct numeric values called knots.  The spline function is a polynomial function between each successive pair of knots.  At each interior knot the polynomial segments on each side are constrained to have the same value of the function and some of its derivatives.
一个对象类polySpline继承。这是一个单变量样条函数的分段多项式表示。它是由一组不同的数值称为节。样条函数是一个连续对每节之间的多项式函数。在每个内部结,每边多项式段被限制的功能和它的衍生一些有相同的值。


作者(S)----------Author(s)----------


Douglas Bates and Bill Venables



参见----------See Also----------

interpSpline, periodicSpline, splineKnots, splineOrder
interpSpline,periodicSpline,splineKnots,splineOrder


举例----------Examples----------


require(graphics)
ispl <- polySpline(interpSpline( weight ~ height,  women, bSpline = TRUE))
print( ispl )   # print the piecewise polynomial representation[打印分段多项式表示]
plot( ispl )    # plots over the range of the knots[图多海里的范围]
points( women$height, women$weight )

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-24 01:33 , Processed in 0.025513 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表