Jakub Ślęzak

Results 5 issues of Jakub Ślęzak

Third attempt at making this PR. I made a new repository and commit from a branch this time. Corrections in links + changing `nclusters` to `№_clu`. There is a function...

Please be patient, I have zero experience with open source projects. As for the code: - Type-1 parametrization is used, the same as explained in Wikipedia and used in SciPy,...

This solves issue #120 as well as implements functionality of PR #102, but for any dimension, not only 2D matrices as in #102. There is one **breaking change**: `pdf(k::UnivariateKDE, v::AbstractVector)`...

I've noticed `KernelDensity.pdf` cannot be used in the same way as `Distributions.pdf`. I think this is very confusing for users and is a potential source of errors. In particular, `pdf.(kde::UnivariateKDE,...

This is pretty confusing. The characteristic function of multivariate normal distribution `cf(d::MvNormal, t::AbstractVector)` is the simplest thing there is for it, and it seems it is not implemented! (The same...