Description Usage Arguments Value Examples
Function that calculates the modified version of the Sharpe ratio, more coherent when the expected excess portfolio return is negative.
1 |
x |
a vector or matrix - if it is a matrix, the function will return the value of the ModSharpe for each row. |
mu |
vector of the expected returns of the n risky assets |
rf |
risk-free rate |
Sigma |
estimator of the covariance matrix |
ModSharpe() returns as object the value of the function modified sharpe ratio calculated in x. If x is a matrix, it returns a column vector and calculates the modified sharpe for each row.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.