Description Usage Arguments Examples
The standard deviation of excess return is simply the standard deviation of the asset return over the benchmark return.
1 | pt.sdexrtn(ar,br)
|
ar |
:a vector of a risk asset return |
br |
:a vector of benchmark return |
1 2 3 | artn <- runif(12, -1, 1)
brtn <- runif(12,-1,1)
pt.sdexrtn(artn,brtn)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.