optimization proble risk parity
1 次查看(过去 30 天)
显示 更早的评论
I state that I am not very experienced in MATLAB. I should create and minimize a function to find the weights of an asset allocation problem. The problem is as follow:
Minimize ∑(RC(Fj)/σP−1/M)^2 for j=1:M
sub ∑x=1
where RC(Fj) = (A⊤x)j⋅ (A+Σx/√x⊤Σx)j
where
- A is a loadings matrix
- A+ is Moore-Penrose inverse of A
- Σ is a covariance matrix
- x is a weights vector
I would need some codes to solve these problems. Thank you in advance.
0 个评论
采纳的回答
Rishik Ramena
2020-12-31
MATLAB does have a toolbox dedicated to solving optimization problems like these. Do have a look at its documentation for the ramp up.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Financial Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!