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

R语言 signal包 poly()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 02:10:36 | 显示全部楼层 |阅读模式
poly(signal)
poly()所属R语言包:signal

                                         Polynomial given roots
                                         多项式已知根

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

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

Coefficients of a polynomial when roots are given or the characteristic polynomial of a matrix.
系数的多项式给出根时,或以矩阵的特征多项式。


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


poly(x)



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

参数:x
a vector or matrix. For a vector, it specifies the roots of the polynomial. For a matrix, the characteristic polynomial is found.  
的向量或矩阵。对于一个向量,它指定的多项式的根。对于一个矩阵,被发现的特征多项式。


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

An array of the coefficients of the polynomial in order from highest to lowest polynomial power.
的多项式的系数的阵列,以便从最高到最低的多项式功率。


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


Original Octave version by Kurt Hornik. Conversion to R by Tom Short.



参考文献----------References----------



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

polyval, roots, conv
polyval,roots,conv


实例----------Examples----------


poly(c(1, -1))
poly(roots(1:3))
poly(matrix(1:9, 3, 3))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-22 14:42 , Processed in 0.020796 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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