mrc {FRAPO} | R Documentation |
Marginal Contribution to Risk
Description
This function returns the marginal contributions to portfolio risk, whereby the latter is defined in terms of the portfolio standard deviation.
Usage
mrc(weights, Sigma, percentage = TRUE)
Arguments
weights |
Vector: portfolio weights. |
Sigma |
Matrix: Variance-covariance matrix of portfolio assets. |
percentage |
|
Details
The marginal contributions to risk are computed for a given dispersion matrix and weight vector.
Value
numeric
, the marginal risk contributions of the portfolio's
asset.
Author(s)
Bernhard Pfaff
[Package FRAPO version 0.4-1 Index]