[R-SIG-Finance] What's the best package for SOCP in R?
Ilya Kipnis
Ikipnis at grahamcapital.com
Wed Jul 8 19:37:13 CEST 2015
I was reading the following paper from Adam Butler:
http://www.bpgassociates.com/docs/Adaptive-Asset-Allocation-A-Primer.pdf
I saw the example on page 26, namely one with an 8% annualized volatility target.
I was wondering if there's a go-to package among the R/Finance community to solve problems of the type:
max w'r
s.t.
w'Sw = target
0 <= w_i <= 1 for all i
Sum(i=1...n)w_i = 1
I know that quadprog solves problems of the form of
min -w'r + lambda*w'Sw
s.t.
0 <= w_i <= 1 for all i
Sum(i=1...n)w_i = 1
I was wondering if there was a go-to package for SOCP so that I could solve the first type of problem without needing to call a global optimizer.
Thanks a lot.
-Ilya
[[alternative HTML version deleted]]
More information about the R-SIG-Finance
mailing list