polypar {RTisean}R Documentation

Polynomial parameter matrix

Description

Creates a matrix which can be used as input by the functions polynomp and polyback.

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.

See Also

polynomp, polyback.

Examples

## Not run: 

polymat <-  polypar(m=3,p=2)

## End(Not run)

[Package RTisean version 3.0.10 Index]