How to fit a nonlinear function with parameter-dependent constraint?
Ältere Kommentare anzeigen
Hello,
I want to fit the nonlinear function
y(x)=a(1)*(C1/x)^a(2)
to experimental data. Here, a(1) and a(2) are the parameters to be optimized. C1 is a known constant.
In order to avoid singularity at x=0, I'd like to manipulate the fitting function and want to set
y(x=0)=a(1)*(a(2)+1)*(C1/C2)^a(2)
where C2 ist another known constant. Since y(x=0) depends on a(1) and a(2), I don't see any way to implement this.
Do you have any suggestions?
Thanks in advance!
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Support Vector Machine Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!