Numerically approximate the MLE by evaluating function
显示 更早的评论
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)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Multivariate Distributions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!