Page 1 of 1
Mean-Variance Optimization
Posted: Tue Sep 28, 2010 4:35 pm
by tgoodwin
What is the best approach to m-v optimization in ev7? Use @logl or is there another way?
Re: Mean-Variance Optimization
Posted: Tue Sep 28, 2010 11:32 pm
by trubador
LogL object should work.
Re: Mean-Variance Optimization
Posted: Thu Oct 20, 2016 11:47 pm
by PrateekAncha
I understand that there is a new "optimize" function using which one can minimize variance function. I have written a subroutine (called f) which outline the arguments and the objective function). Can someone kindly help w.r.t to constrains. How do I ensure that sum of weights add up to 1 and each element of the weight vector lies between 0 and 1. Thanks.
optimize(min=1,coeff=2) f(variance, w, m_assetset,m_vcv)
Re: Mean-Variance Optimization
Posted: Mon Oct 31, 2016 11:59 pm
by PrateekAncha
I guess there is no ready made solution to do convex optimization in Eviews. Would be grateful if someone could kindly share any program written on how to do convex optimization...in Eviews (A good pseudo algo would be very helpful as well)