Feeds
已回答
Failure of do loop after first step when applying globalsearch to a nonlinear least squares problem
Dear All, There was a simple solution. I replaced: for i = 1:100 problem_b = createOptimProblem('fmincon','obj...
Failure of do loop after first step when applying globalsearch to a nonlinear least squares problem
Dear All, There was a simple solution. I replaced: for i = 1:100 problem_b = createOptimProblem('fmincon','obj...
7 years 前 | 0
| 已接受
提问
Failure of do loop after first step when applying globalsearch to a nonlinear least squares problem
Dear All, I am trying to generate bootstrap standard errors for a nonlinear least-squares optimization. The optimization ...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to output Jacobian with lsqnonlin
Dear All, I am interested in obtaining the variance-covariance matrix for my parameters - x (15 by 1) - which are the solutio...
7 years 前 | 1 个回答 | 0
1
个回答提问
Bootstrap standard errors for nonlinear least squares regression
Dear All, I am interested in obtaining the variance covariance matrix for my parameters - x (15 by 1) - which are the solutio...
7 years 前 | 1 个回答 | 0
1
个回答已回答
nlinfit function, not enough input arguments
Thank you very much Star Strider. That worked!
nlinfit function, not enough input arguments
Thank you very much Star Strider. That worked!
7 years 前 | 0
已回答
nlinfit function, not enough input arguments
Dear dpb, Thanks very much. The error persists. x = nlinfit(X,y,@myfun,xstart); Error using nlinfit (line 213) Error e...
nlinfit function, not enough input arguments
Dear dpb, Thanks very much. The error persists. x = nlinfit(X,y,@myfun,xstart); Error using nlinfit (line 213) Error e...
7 years 前 | 0
提问
nlinfit function, not enough input arguments
Dear All, I am trying estimate 15 parameters using the following function: Parameters are x(1), x(2) ..... x(15) functi...
7 years 前 | 4 个回答 | 0
4
个回答已回答
Multistart or global search for lsqnlin
Thanks a lot Matt and Walter. That solved it!
Multistart or global search for lsqnlin
Thanks a lot Matt and Walter. That solved it!
7 years 前 | 0
已回答
Multistart or global search for lsqnlin
Thanks a lot Matt for the speedy response: I tried your suggestion and get the following error: problem = createOpti...
Multistart or global search for lsqnlin
Thanks a lot Matt for the speedy response: I tried your suggestion and get the following error: problem = createOpti...
7 years 前 | 0
提问
Multistart or global search for lsqnlin
Dear All, I am estimating a nonlinear function defined by the following: function F = myfun(x,y,X) F = (y - (1 + ...
7 years 前 | 3 个回答 | 0
3
个回答已回答
Why do I get error, "Not enough input arguments"
Thanks Walter. I am a newbie to matlab. Unable to figure how to parametrize the function. Will post a new question, that migh...
Why do I get error, "Not enough input arguments"
Thanks Walter. I am a newbie to matlab. Unable to figure how to parametrize the function. Will post a new question, that migh...
7 years 前 | 0
提问
Why do I get error, "Not enough input arguments"
Dear Group, I am trying to estimate parameters from a non-linear model using lsqnonlin. My function is function F = m...
7 years 前 | 3 个回答 | 0
3
个回答提问
Undefined function or variable
Dear All, I am trying to estimate parameters using non-linear least squares. The version of Matlab I am using is R2018a. ...
7 years 前 | 2 个回答 | 0
