Method of getting probability density of $x$ by counting the number of samples of $h$ sized space near input variable $x$ and divide by number of whole variables and size of $h$
$p(x) = \frac{1}{h^d}\frac{k_x}{N}$
Limitations of Parzen window
Parzen window is not free from curse of dimension
Not less than $N^K$ samples are needed in $K$ dimension in order to keep data’s density if $N$ samples are needed in first dimension
K-nearest neighbor estimation
Parzen window fixes $h$ and $k$ changes according to $x$
K-nearest neighbors estimation fixes $k$ and $h$ changes according to $x$
Leave a comment