Error using eig Input matrix contains NaN or Inf.
Mostrar comentarios más antiguos
I get the error shown below trying to run a DCC GARCH Model. How can I correct this? I tried to use abs(X) on each variable but it still does not work.
Thanks for all advice in advance.
Error using eig
Input matrix contains NaN or Inf.
Respuestas (1)
Jan
el 20 de Jul. de 2021
0 votos
The error message is clear: The input of eig() cannot contain NaN or Inf.
Without seeing your code, the readers cannot guess, where the NaN or Inf are coming from and how you could avoid this problem. Why do you assume that abs(X) helps and what does "on each variable" mean?
3 comentarios
Tilman Zottl
el 20 de Jul. de 2021
Tilman Zottl
el 20 de Jul. de 2021
Editada: Tilman Zottl
el 20 de Jul. de 2021
Jan
el 20 de Jul. de 2021
Does r contain zeros? Then R must contain NaNs and eig() cannot work anymore.
Categorías
Más información sobre Linear Algebra en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!