how to estimate parameters of nonlinear complex equations having summation terms
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
shalini sharma
am 26 Nov. 2020
Kommentiert: shalini sharma
am 28 Dez. 2020
how to use MLE for mathematical model having cdf/mean value function
m(t) = x(1-exp(yt)) +at^b +zt and intensity function as
I(t)= xyexp(-yt) + abt^(b-1) +z
for estimating parameters x,y,z,a and b what i need to do...do i need to write a script or do i need to solve the attached equations using fsolve and how..can you suggest any tutorial or course which help me in analysing the above model.
thanks
shalini
0 Kommentare
Akzeptierte Antwort
Shubham Rawat
am 4 Dez. 2020
Hi Shalini,
You may use the following documentation of fsolve for solving the non linear equations:
For further information about non linear equations in MATLAB. You may use this documentation:
Hope this Helps!
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Calculus finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!