Page 1 of 1

CVaR with linprog

Posted: June 4th, 2011, 6:00 pm
by nadim216
Hello everybody,I need a code that minimize the CVaR with linprog solver, can anybody send to me the code?; I 'll be very grateful;Thanks

CVaR with linprog

Posted: June 4th, 2011, 7:40 pm
by acastaldo
Search Wilmott. There is some MATLAB/linprog code shown. [Added 2011-06-04 16:43](The question then will be: does it work or not. Maybe you are better off writing your own code).

CVaR with linprog

Posted: June 4th, 2011, 8:19 pm
by nadim216
thanks for your answer,I know that it is better to write my own code, but I can modify an already one. I checked the paper of Uryasev, and I think that it is difficult to introduce the auxiliary variable as a vector. I used to use a fmincon solver, but I think that it should be better to use the linear programmation; that's why I need a code to modify it.Thanks

CVaR with linprog

Posted: June 4th, 2011, 8:52 pm
by acastaldo