Description Usage Arguments Value Examples
Estimates the expected returns of a dataset according to the user-defined function.
1 |
data |
an nxp data matrix. |
est_type |
a character string, defining the estimation method. |
... |
additional parameters, parsed to estim_func. |
a vector of expected returns
1 2 3 | data(sp500_rets)
sp_rets <- sp500_rets[,-1]
sigma_ml <- mu_estim(sp_rets, est_type="SAMPLE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.