Code covered by the BSD License  

Highlights from
Analyzing Investment Strategies with CVaR Portfolio Optimization

image thumbnail
from Analyzing Investment Strategies with CVaR Portfolio Optimization by Bob Taylor
Scripts and data to demonstrate the new PortfolioCVaR object in Financial Toolbox.

setlocalpaths.m
%setlocalpaths - Set up local paths for cvarwebinar environment.
%
%	setlocalpaths;
%
% Copyright (C) 2012 The MathWorks, Inc.

fprintf('Setting paths for ''cvarwebinar'' environment ...\n');

addpath ./data
addpath ./source

Contact us