polypar {RTisean} | R Documentation |
Creates a matrix which can be used as input by the
functions polynomp
and polyback
.
polypar(m = 2, p = 3)
m |
dimension of the polynomial. |
p |
order of the polynomial. |
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.
## Not run: polymat <- polypar(m=3,p=2) ## End(Not run)