How to write the code for the following problem?

조회 수: 12 (최근 30일)
RITAM Ghosh
RITAM Ghosh 2021년 6월 14일
댓글: RITAM Ghosh 2021년 6월 14일
There are 25 columns in a given dataset each having 10000 points of the form - x(n) = A + w(n) where w(n) ~ N(0,A) AWGN.
1. Estimate A' using maximum likelihood estimation.
2. Using Monte carlo simulations find E(A') and var (A').
3. Plot (E(A')-A)^2 and var(A') as function of N. 4. Find pdf of A'. Plot for N= 5,10,20. Take any of N columns.
  댓글 수: 2
Ankit
Ankit 2021년 6월 14일
it would be great if you post the problem you are facing during implementation instead of asking for complete solution
RITAM Ghosh
RITAM Ghosh 2021년 6월 14일
I tried to use the phat=mle(data, 'distribution' , dist) function but I'm not sure how A' can be found fron that. Also will this function directly give me the expectation and the variance?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Monte-Carlo에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by