If statement for when matrix is close to singular
Afficher commentaires plus anciens
Hi all,
I'm running an MCMC to estimate a model and for several parameter draws I get a warning that a matrix is close to singular or badly scaled when trying to invert it. I want to embed an if-statement in order to discard such draws and end evaluation of the function to speed up my MCMC and focus only on those parameters with high density.
Is there a way I can do this?
Réponses (1)
David Hill
le 4 Sep 2020
0 votes
Look at cond() function:
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!