View source: R/implied_return.R
implied_return | R Documentation |
Takes the risk aversion coefficient, the covariance matrix and the market cap weights.
implied_return(lambda, Sigma, w, per = 12, rfr = 0)
lambda |
risk aversion coefficient. |
Sigma |
covariance matrix. |
w |
Named vector of market capitalization weigths. |
per |
returns period expressed as number of periods per year. |
rfr |
Risk free rate conrresponding to the same period. |
Named vector of equilibrium returns. Annualized and not. The return is assumed to be continuous, i.e. estimated using natural log.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.