⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bcsfrontier.m

📁 A .zip file contains a series of scripts that were used in the MathWorks webinar "Using MATLAB to De
💻 M
字号:
%BCSFRONTIER BlueChipStock rolling efficient frontiers

addpath ./source

load BlueChipBacktest0
load BlueChipBacktest

% Plot 3D efficient frontiers

figure(1);
surf(X0,Y0,Z0,'FaceColor','interp','EdgeColor','none','FaceLighting','phong');
ylabel('\bfStd.Dev. of Returns');
zlabel('\bfMean of Returns');
title('\bfRolling Efficient Frontiers (Absolute Total Return)');
camlight right;
view(30,30);

i = input('Continue >');

figure(1);
surf(X,Y,Z,'FaceColor','interp','EdgeColor','none','FaceLighting','phong');
ylabel('\bfStd.Dev. of Returns');
zlabel('\bfMean of Returns');
title('\bfRolling Efficient Frontiers (Relative Total Return vs DJIA)');
camlight right;
view(30,30);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -