Warning: Rank deficient, rank = 50, tol = 6.092904e-13.

1 view (last 30 days)
I have this result when running my programme even if data seem to be ok (11 columns and 3422 rows of volatility series):
Warning: Rank deficient, rank = 50, tol = 6.092904e-13.
> In fvar (line 135)
In ej_elena1 (line 141)
Warning: Matrix is close to singular or badly scaled. Results may be inaccurate. RCOND = 2.427864e-33.
> In ols (line 47)
In fvar (line 81)
In ej_elena1 (line 141)
Error using fdis_prb (line 31)
negative or zero dof in fdis_prb
Error in fvar (line 143)
results(j).fprob = fdis_prb(ftest,nlag,nobse-k);
  7 Comments
economics student
economics student on 8 Jun 2020
Im updating the data with recent days and shall try to calculate volatilities with logarithms to see if the series appear as less alike.

Sign in to comment.

Answers (0)

Categories

Find more on Bounding Regions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!