What is the cost function in the optimization problem of the pem and greyest functions for multiple outputs?
Afficher commentaires plus anciens
Hi,
I am using the greyest and pem command of the System Identification Toolbox and I am wondering what the cost function in the optimization problem is for multiple outputs.
In general it is 1/2(e^TM^-1e) with M a symmetric weighing matrix. I assume the weighing matrix is in these cases, the identity matrix. Is that correct?
Thank you
Réponses (1)
Rajiv Singh
le 6 Mai 2013
0 votes
The weighting matrix by default is inverse of noise variance which is simultaneously estimated along with the model parameters. If you set the OutputWeight estimation option (see greyestOptions) to eye(ny), where ny is number of outputs, the weighting becomes fixed to Identity matrix.
Catégories
En savoir plus sur Linear Model Identification dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!