load CAPMuniverse load Error
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Anonymous Anonymous
il 17 Mag 2023
Commentato: Anonymous Anonymous
il 22 Mag 2023
load CAPMuniverse Error:
load CAPMuniverse
p1=Portfolio('AssetList',Aseets(1:12));
p2=estimateAssetMoments(p1,Data(:,1:12),'MissingData',true);
p3= setDefaultConstraints(p2);
plotFrontier(p3)
why this error appears??
0 Commenti
Risposta accettata
Joel Van Sickel
il 22 Mag 2023
This is most likely caused by you not having the correct toolboxes installed to do this example. Do you have the financial toolbox installed?
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Financial Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!