findg {dse1}R Documentation

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.

Details

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

Value

A matrix which converts one model to the other.

Note

WARNING: This program does not work very well. It is also rather crude and can be very slow.

See Also

gmap

Examples

# findg(model1, model2)

[Package dse1 version 2005.1-1 Index]