Error using eig Input matrix contains NaN or Inf.

4 views (last 30 days)
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.

Answers (1)

Jan
Jan on 20 Jul 2021
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 Comments
Tilman Zottl
Tilman Zottl on 20 Jul 2021
Edited: Tilman Zottl on 20 Jul 2021
Also I am ussing the dcc.m function of the MFE Toolbox
Jan
Jan on 20 Jul 2021
Does r contain zeros? Then R must contain NaNs and eig() cannot work anymore.

Sign in to comment.

Categories

Find more on Conditional Variance Models in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!