Community Profile

photo

Rex Mantiri


Last seen: 2 years ago Active since 2021

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


How do I find the best parameter estimates with fmincon without knowledge of an initial point?
I am in the final stages of my research and the deadline is closing in. All I need is to get the best estimation for the 15 para...

2 years ago | 0 answers | 0

0

answers

Question


Why does kron(D,I), with D and I both sized (nxn), not create a matrix sized (n^2 x n^2)?
I am trying to run a code that involves operating on the elements of a matrix made by a kronecker sum operation, but I meet a su...

2 years ago | 1 answer | 0

1

answer

Question


How do I estimate 15 parameters with the least square method for a non-linear objective function MATLAB?
I want to estimate the parameters x1-x15 with the least square method in MATLAB. My objective function is: sum((Pot-Potcap).^2)...

2 years ago | 1 answer | 0

1

answer