For this project, we generate a dataset for three classes each with 500 samples from three Gaussian distribution described below:
Use generated data and estimate the density without pre-assuming a model for the distribution which is done by a non-parametric estimation. Implement the Parzen Window PDF estimation methods using h=0.09,0.3,0.6. Estimate P(X) and Plot the true and estimated PDF.
It is clear that with smaller 'h', we have discontinuities and it causes no samples to be included in some cases. The larger 'h' is, the smoother the density function is and the classes are more separated.