Portfolio Optimize in R with ONLY a vector of mean returns and covariance matrix
问题 Every package that I look at seems to require time series returns for my assets. For example I like the PortfolioAnalytics package, and I require many of the constraints offered (box constraints, group constraints, etc.). However, as far as I can tell it requires some sort of time series of returns, even if I specify my own moments (I could be wrong). All I have are the expected returns of each of my 14 assets and the covariance matrix. How can I do various forms of optimizations with that as