| Contents | Index |
| On this page… |
|---|
Given an asset or portfolio of assets and a benchmark, the relative standard deviation of returns between the asset or portfolio of assets and the benchmark is called tracking error.
The function inforatio computes tracking error and returns it as a second argument
load FundMarketCash Returns = tick2ret(TestData); Benchmark = Returns(:,2); [InfoRatio, TrackingError] = inforatio(Returns, Benchmark)
which gives the following results:
InfoRatio =
0.0432 NaN -0.0315
TrackingError =
0.0187 0 0.0390
Tracking error is a useful measure of performance relative to a benchmark since it is in units of asset returns. For example, the tracking error of 1.87% for the fund relative to the market in this example is reasonable for an actively managed, large-cap value fund.
![]() | Using the Information Ratio | Risk-Adjusted Return | ![]() |
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 |