assetsLPM(x, tau, a, ...)
assetsSLPM(x, tau, a, ...)
as.matrix()
into a matrix object, e.g. like an
object of class timeSeries
, data.frame
, or mts
.mu
and Sigma
.
The first denotes the vector of lower partial moments, and the
second the co-LPM matrix. Note, that the output of this function
can be used as data input for the portfolio functions to compute
the LPM efficient frontier.## LPP -
# Percentual Returns:
LPP <- 100 * as.timeSeries(data(LPP2005REC))[, 1:6]
colnames(LPP)
Run the code above in your browser using DataLab