load CAPMuniverse load Error
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Anonymous Anonymous
el 17 de Mayo de 2023
Comentada: Anonymous Anonymous
el 22 de Mayo de 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 comentarios
Respuesta aceptada
Joel Van Sickel
el 22 de Mayo de 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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Financial Toolbox 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!