Description: This the pattern recognition Parzen window method to estimate the probability density function .
All program flow is as follows :
1 , read FAMALE.TXT file to height or weight to the array, and find the number of samples x1 N1 and window width , body width
2 , read MALE.TXT file to height or weight to the array, and find the number of samples x2 N2 and window width , body width
3 , read Test2.txt file to the corresponding height or weight requirements for the array A and A is the number of samples M
4 , the use of Parzen window method to estimate the probability density function of gender discrimination
5 , determine the error rate of the statistics .
To Search:
File list (Check if you may need any files):
FEMALE.TXT
MALE.TXT
Parzen.asv
Parzen.m
test1.txt
test2.txt