search for: portfolio1

Displaying 1 result from an estimated 1 matches for "portfolio1".

Did you mean: portfolio
2013 Jan 06
0
fPortfolio-portfolio optimization
...ction(x) { stopifnot(inherits(x, "timeSeries")) x.mat = x mu = mu.pred Sigma = .cov.shrink(x = x.mat, verbose = FALSE, ...) attr(Sigma, "lambda.var") <- NULL attr(Sigma, "lambda.var.estimated") <- NULL list(mu = mu, Sigma = Sigma) } portfolio1=portfolioSpec() a=ts(ret.mat[(1:60),(1:n.assets)]) setEstimator(portfolio1)="myEstimator" portfolio2=tangencyPortfolio(data=a, spec=portfolio1) [[alternative HTML version deleted]]