How to avoid negative intermediate guess in nlmefit

Hello everyone,
when I use nlmefit, it always comes up with some negative guess after a few iterations, these negative values crash my ODE solver. Is there a way to avoid this?
The easiest way I can think of is to set lower bound for fitted parameters, however, I cannot figure out how to do that with nlmefit.
Thank you!
Rui

 採用された回答

Tom Lane
Tom Lane 2014 年 10 月 18 日

0 投票

If a parameter P needs to be positive, sometimes people will instead estimate a parameter logP and then use exp(logP) in place of P in their function.

3 件のコメント

Rui
Rui 2014 年 10 月 18 日
Hi Tom,
Thanks! I saw there's an option "ParamTransform", should I use this option, or should I explicitly take logP? Are these two equivalent?
If I estimate logP and use exp(logP) in my model, would that affect the estimation of covariance matrix? I mean should I somehow covert it back to normal space using exp()?
Rui
Tom Lane
Tom Lane 2014 年 10 月 19 日
I'd forgotten about this parameter. Yes, I'd use that to specify a log transform and let the function take care of converting the covb matrix.
Rui
Rui 2014 年 10 月 22 日
Thank you!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

質問済み:

Rui
2014 年 10 月 17 日

コメント済み:

Rui
2014 年 10 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by