Skip to content

abalmumcu/ML-and-MAP-estimators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ML-and-MAP-estimators

Additive Gaussian noise channel π‘Œπ‘– = 𝐴 + 𝑍𝑖 for 𝑖 = 1,2,....,1000 where 𝑍𝑖's are i.i.d. zero mean Gaussian random variables with variance πœƒ, i.e. 𝑍𝑖~𝒩(0, πœƒ). The signal 𝐴, and the noises 𝑍𝑖 ’s are independent.

ML_estimation.m include

The maximum likelihood estimate of the variance πœƒ using the first N samples where 𝑁 ∈ {10,100,1000}. For each case, calculate the absolute error between the estimated and the true value of πœƒ, i.e. |πœƒ βˆ’ πœƒπ‘‘π‘Ÿπ‘’π‘’| where πœƒπ‘‘π‘Ÿπ‘’π‘’ = "0.25".

MAP_estimation.m include

Maximum-a-posteriori (MAP) estimator of πœƒ using the following scale inverse chisquare prior. MAP estimates of πœƒ using the first N samples, where 𝑁 ∈ {10,100,1000}. Setting the prior parameters such that Tao = 0.25 and v = 100.

map

About

Additive Gaussian Noise Channel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages