findg
find equivalence transformation
Description
Try to find a matrix g which makes two models equivalent.
Usage
findg(model1, model2, minf=nlmin)
Required Arguments
- model1, model2
-
Objects of class TSmodel.
Optional Arguments
- 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.
WARNING
This program does not work very well.
See Also
Examples
return to Table of Contents