findg {dse1} | R Documentation |
Try to find a matrix g which makes two models equivalent.
findg(model1, model2, minf=nlmin)
model1, model2 |
Objects of class TSmodel. |
minf |
Algorithm used to minimize the difference. |
This is set up as a minimization problem with the objective to reduce the squared difference between parameters.
A matrix which converts one model to the other.
WARNING: This program does not work very well.
# findg(model1, model2)