Description Usage Arguments Examples
Cumulative return is the compounded return in a given period. The excess return is the difference between the cumulative return of a risky asset and the cumulative return of a benchmark.
1 | pt.cmexrtn(ar,br)
|
ar |
:a vector of risky asset returns |
br |
:a vector of benchmark returns |
1 2 3 | brtn <- runif(12, -1, 1)
artn <- runif(12, -1, 1)
pt.cmexrtn(artn,brtn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.