fts.timedom {freqdom.fda} | R Documentation |
Object of class fts.timedom
Description
Creates an object of class fts.timedom
. This object corresponds to a sequence of linear operators.
Usage
fts.timedom(A, basisX, basisY = basisX)
Arguments
A |
an object of class timedom. |
basisX |
an object of class |
basisY |
an object of class |
Details
This class is used to describe a functional linear filter, i.e. a sequence of linear operators, each of which corresponds to a certain lag.
Formally we consider an object of class timedom
and add some basis functions. Depending on the context, we have different interpretations for the new object.
(I) In order to define operators which maps between two functions spaces, the we
interpret A$operators
as coefficients in the basis function expansion of the
kernel of some finite rank operators
The kernels are , where
and
are the basis functions provided by the arguments basisX and basisY, respectively. Moreover, we consider lags
. The object this function creates corresponds to the mapping
.
(II) We may ignore basisX, and represent the linear mapping
by considering and
.
(III) We may ignore basisY, and represent the linear mapping
by considering and
.
Value
Returns an object of class fts.freqdom
. An object of class fts.freqdom
is a list containing the following components:
-
operators
returns the array
A$operators
. -
basisX
returns basisX as given in the argument.
-
basisY
returns basisY as given in the argument.
-
lags
returns
A$lags
.
See Also
The multivariate equivalent in the freqdom
package: timedom