as.Polyn: Polyn Conversion Functions

Description Usage Arguments Value Examples

Description

Function to convert between different objects to class "Polyn" representing lag polynomials as in TOL language.

Usage

1

Arguments

x

object to be coerced

...

further arguments passed to or from other methods

Value

Returns an object of class "Polyn".

Examples

1
2
# Creates lag polynomial: 1+B^2
p <- as.Polyn(c(1,0,1)) 

tolBasis documentation built on May 2, 2019, 3:44 a.m.