polypar(RTisean)
polypar()所属R语言包:RTisean
Polynomial parameter matrix
多项式参数矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a matrix which can be used as input by the
创建一个矩阵,它可以用来作为输入,由该
用法----------Usage----------
polypar(m = 2, p = 3)
参数----------Arguments----------
参数:m
dimension of the polynomial.
维度的多项式。
参数:p
order of the polynomial.
以多项式。
值----------Value----------
A matrix, each line of which looks like: i_1, i_2, ..., i_d. These i's define the order of the delay vector entries in the term of the polynomial.
A矩阵,其中的每一行看起来像这样:i_1, i_2, ..., i_d。这些i定义的顺序在术语的延迟矢量项的多项式。
参见----------See Also----------
polynomp, polyback.
polynomp,polyback。
实例----------Examples----------
## Not run: [#不运行:]
polymat <- polypar(m=3,p=2)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|