Rank: 46069 based on 0 downloads (last 30 days) and 0 files submitted
Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Matt
Updated File Comments Rating
12 Nov 2009 kernel density estimation fast and accurate state-of-the-art bivariate kernel density estimator Author: Zdravko Botev

Should this work when there are multiple points at one location?
If I input a vector or points, with s number of identical points, for example:
>> y=rand(400, 2); y(371:400, 1)=y(370,1); y(370:400,2)=y(370,1);
>> [bandwidth, density, X, Y]=kde2d(y);
I find that the minimum density value is negative, although the bandwidth is still real and positive.

Contact us at files@mathworks.com