Parameter estimation using Maximum Likelihood estimation
17 views (last 30 days)
Show older comments
I have to estimate series of transmitted signal using maximum likelihood.
Suppose, I have known data, that is received signal, say a series of vector [.04 -.2 0.23 0.54 0.9]
From this data I have to estimate tranmitted data using MLE.
But, as far I know, for normal distribution, it calculates only mean and standard deviation by using MLE.
by using mle() function for normal distribution, it output the two values, one is mean and other is standard deviation.
How can I estimate transmitted signal using MLE?
0 Comments
Answers (0)
See Also
Categories
Find more on Transfer Function Models in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!