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!