photo

Srinivasan Rangan


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
6 个回答

排名
70,375
of 300,863

声誉
0

贡献数
7 个提问
6 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,361

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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...

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!

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...

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!

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...

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...

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

2

个回答