numeric vector of length \(m\) of standard deviations,
\(\sigma(W)\).
Mu
numeric vector of length \(m\) of means \(\mu(W)\).
Arguments
weights_set
numeric matrix (\(n \times m\)) of optimal
asset weights \(W = (w_1, w_2, \ldots, w_m)\), as
resulting from CLA().
mu
expected (log) returns (identical to argument of
CLA()).
covar
covariance matrix of (log) returns (identical to
argument of CLA()).
Author
Yanhao Shi
Details
These are trivially computable from the CLA()'s result.
To correctly interpolate this, “hyperbolic”
interpolation is needed, provided by the findSig and
findMu functions.