Description Usage Arguments Examples
Annualized excess return is the difference between the annualized and cumulative return of the two series. Usually, one series are portfolio returns and the other is a benchmark returns.
1 | pt.annexrtn(ar,br)
|
ar |
:a vector of a risk asset return |
br |
:a vector of benchmark return |
1 2 3 | artn <- runif(100, -1, 1)
brtn <- runif(100, -1, 1)
pt.annexrtn(artn, brtn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.