Skip to content
Prev 4941 / 15274 Next

Static Portfolio Optimization

Jorge Nieves wrote:
[...]

This bothers me on two counts:

1) computational
2) subject matter

That Jorge is not finding the functionality
that he wants means that modular programming
is not being used.  The modular approach
would have a function that does the optimization
with the expected returns and variance as
arguments.  That function would then be
used by a function that does the larger task.

Okay, an advantage of R is that it is generally
easy to modify functions for your own purposes.
But it is better to organize ocmputations so
that people don't feel compelled to do that.
Let's abandon the SAS monolith culture.

I haven't investigated the functions that are
under discussion, so perhaps I am misunderstanding
what they are doing.  But if they are using the
history of returns to predict future returns, that
is almost always going to be pretty much complete
nonsense -- with or without the Efficient Market
Hypothesis.

I would hope the R community embrace quality in
subject matter decisions as well as computational
quality.


Patrick Burns
patrick at burns-stat.com
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of "The R Inferno" and "A Guide for the Unwilling S User")