vec2Lfd: Make a Linear Differential Operator Object from a Vector

Description Usage Arguments Value See Also Examples

Description

A linear differential operator object of order $m$ is constructed from the number in a vector of length $m$.

Usage

1
vec2Lfd(bwtvec, rangeval=c(0,1))

Arguments

bwtvec

a vector of coefficients to define the linear differential operator object

rangeval

a vector of length 2 specifying the range over which the operator is defined

Value

a linear differential operator object

See Also

int2Lfd, Lfd

Examples

1
2
3
#  define the harmonic acceleration operator used in the
#  analysis of the daily temperature data
harmaccelLfd <- vec2Lfd(c(0,(2*pi/365)^2,0), c(0,365))

drtagkim/mcgillfdar documentation built on May 12, 2019, 6:20 p.m.