Numerically approximate the MLE by evaluating function
Mostrar comentarios más antiguos
Hi!
I have a problem with the following exercice:

I wrote this command but I'm not sure if it's correct, for example the interval is different because -10 belongs to the interval...Someone could help me please?
Thank you!
x=[-10:0.02:10]
y=exp(-(x-1).^2./2)+3.*exp(-(x-2).^2./2)
plot(x,y)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Multivariate Distributions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!