Skip to content
Prev 13780 / 15274 Next

PortfolioAnalytics question re: showing results

Matt,

I'm glad it was helpful. That is correct, the *.EfficientFrontier routines
are not flexible in some cases. create.EfficientFrontier can create an
efficient.frontier object with custom objective/moment functions by
specifying type="random" or type="DEoptim". Under the hood, it is just
running an optimization and handing back the data needed for the chart. In
most cases, it is better to run the optimization with trace=TRUE so that
you have all the data you need for creating charts and doing other analysis.

Ross
On Fri, Mar 18, 2016 at 2:37 PM, <matt at considine.net> wrote: