Learn R Programming

dse (version 2003.6-1)

findg: Find Equivalence Transformation

Description

Try to find a matrix g which makes two models equivalent.

Usage

findg(model1, model2, minf=nlmin)

Arguments

model1, model2
Objects of class TSmodel.
minf
Algorithm used to minimize the difference.

Value

  • A matrix which converts one model to the other.

Details

This is set up as a minimization problem with the objective to reduce the squared difference between parameters.

See Also

gmap

Examples

Run this code
# findg(model1, model2)

Run the code above in your browser using DataLab