Parameter estimation using Maximum Likelihood estimation
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Transfer Function Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!