JuliaStats / KernelDensity.jl

Kernel density estimators for Julia
Other
178 stars 40 forks source link

Bivariate pdf call for list of values #89

Open howarth opened 3 years ago

howarth commented 3 years ago

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])?