- R
a vector, matrix, data frame, timeSeries or zoo object of asset
returns
- ...
any other passthru parameters
- clean
method for data cleaning through Return.clean
.
Current options are "none", "boudt", "geltner", or "locScaleRob".
- portfolio_method
one of "single","component" defining whether to do
univariate/multivariate or component calc, see Details.
- weights
portfolio weighting vector, default NULL, see Details
- mu
If univariate, mu is the mean of the series. Otherwise mu is the
vector of means of the return series , default NULL, , see Details
- sigma
If univariate, sigma is the variance of the series. Otherwise
sigma is the covariance matrix of the return series , default NULL, see
Details
- use
an optional character string giving a method for computing
covariances in the presence of missing values. This must be (an
abbreviation of) one of the strings "everything"
, "all.obs"
,
"complete.obs"
, "na.or.complete"
, or
"pairwise.complete.obs"
.
- method
a character string indicating which correlation coefficient
(or covariance) is to be computed. One of "pearson"
(default),
"kendall"
, or "spearman"
, can be abbreviated.
- SE
TRUE/FALSE whether to ouput the standard errors of the estimates of the risk measures, default FALSE.
- SE.control
Control parameters for the computation of standard errors. Should be done using the RPESE.control
function.