Warning: Rank deficient, rank = 50, tol = 6.092904e-13.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!