Skip to Main Content Skip to Search
Product Documentation

Overview of Performance Metrics

Performance Metrics Classes

Sharpe first proposed a ratio of excess return to total risk as an investment performance metric. Subsequent work by Sharpe, Lintner, and Mossin extended these ideas to entire asset markets in what is called the Capital Asset Pricing Model (CAPM). Since the development of the CAPM, a variety of investment performance metrics has evolved.

This chapter presents four classes of investment performance metrics:

Performance Metrics Example

To illustrate the functions for investment performance metrics, you will work with three financial time series objects using performance data for:

The data is monthly total return prices that cover a span of 5 years.

The following plot illustrates the performance of each series in terms of total returns to an initial $1 invested at the start of this 5-year period:

load FundMarketCash
plot(TestData)
hold all
title('\bfFive-Year Total Return Performance');
legend('Fund','Market','Cash','Location','SouthEast');
hold off

The mean (Mean) and standard deviation (Sigma) of returns for each series are

Returns = tick2ret(TestData);
Assets
Mean = mean(Returns)
Sigma = std(Returns, 1)

which gives the following result:

Assets = 
    'Fund'    'Market'    'Cash'
Mean =
    0.0038    0.0030    0.0017
Sigma =
    0.0229    0.0389    0.0009

In this chapter, you will work with this data to demonstrate that the example fund has done well in absolute, relative, and risk-adjusted terms with respect to the investment performance metrics.

  


Free Interactive Computational Finance CD

View demos and recorded presentations led by industry experts.

Now On Demand
Network with industry peers and learn the latest applications of the leading software product for computational finance.

 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS