photo

Ari


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
91,306
of 301,432

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers