KernelDensity.jl icon indicating copy to clipboard operation
KernelDensity.jl copied to clipboard

Bivariate pdf call for list of values

Open howarth opened this issue 4 years ago • 0 comments

When I use the following method pdf(k::BivariateKDE, x, y) on two lists of size N I get an NxN matrix of values. Is there a way to tell pdf to return an array of length N where the ith element is computing pdf(...,x[i],y[i])?

howarth avatar Oct 30 '20 17:10 howarth