Warning: Rank deficient, rank = 50, tol = 6.092904e-13.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!