how to estimate parameters of nonlinear complex equations having summation terms
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
shalini sharma
el 26 de Nov. de 2020
Comentada: shalini sharma
el 28 de Dic. de 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 comentarios
Respuesta aceptada
Shubham Rawat
el 4 de Dic. de 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!
Más respuestas (0)
Ver también
Categorías
Más información sobre Calculus en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!