photo

Ari


Last seen: 5 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
300,560
of 301,481

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,298

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,744

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


What is wrong with this code? why does it output the same numbers over and over again and not find the answer
SolverWeights = repmat((1/46),46,1)' LowerBound = repmat(.01,46,1)' UpperBound = repmat(.035,46,1)' fmincon(@AreaRatioFunctio...

7 years 前 | 0 个回答 | 0

0

个回答

提问


How do i optimize this problem without finance toolbox?
Objective: Maximize AreaRatio Constraints Sum(SolverWeights) = 1 each solver weight of a sector equals it real life value ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


how do I assign matrix values to industries. then make sure the percent in that industry is bound to a certain range for optimization?
I have a Row matrix of portfolio weights. I Have a Row matrix of Industries corresponding to the matrix of portfolio weights. I ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Optimizing a integrated Cfit function
I want to take 36 seperate definite integrals of a cfit function add up all of the positive ones then all of the negative ones. ...

7 years 前 | 0 个回答 | 0

0

个回答