Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gmap

Basis Transformation of a Model.


Description

Transform the basis for the state by a given invertible matrix.

Usage

gmap(g, model)

Arguments

g

An invertible matrix

model

An object of class TSmodel.

Details

If the input model is in state space form g is a change of basis for the state. If the input model is in ARMA form then the polynomials are premultiplied by g. If g is a scalar it is treated as a diagonal matrix.

Value

An equivalent model transformed using g.

Examples

data("eg1.DSE.data.diff", package="dse")
model <- toSS(estVARXls(eg1.DSE.data.diff))
gmap(2, model)

dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.