Description Usage Arguments Value Examples
Calculates the proportional leverage (
1 |
weights |
a numerical nxp data matrix with portfolio weights. |
a double, the proportional leverage over the specified observation period.
1 2 3 | set.seed(1234)
naive_port <- matrix(runif(200, 0, 1), 20, 10)
turnover <- proplev_calc(naive_port)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.