-
Hi,
I would like to know if the parameter density_norm represents a choice to wether normalize or not the Gaussian kernel. I'm particularly interested if this is the case because that's how Setty e…
-
Hi! Does this library also works for two dimensional data for Kernel Density Estimate? I've tried it with a dataset on which i'm working separately with the Sklearn KDE. The Awkde library leds to an i…
-
In additional to scipy.stats.gaussian_kde
something like https://www.statsmodels.org/stable/generated/statsmodels.nonparametric.kernel_density.KDEMultivariateConditional.html would be really useful.
…
-
write a function for creating kernel density plots, along the lines of seaborn's kdeplot: http://seaborn.pydata.org/generated/seaborn.kdeplot.html
in 3d, each group's distribution would be plotted …
-
followup to PR #7364
general issue #7346
see https://github.com/statsmodels/statsmodels/pull/7364#issuecomment-793324570
I have this working for most kernels
~~invgauss and~~ recipinvgauss rai…
-
When providing the argument `sigma > 0` to `pole_density_function` we currently convolve a gaussian to the distribution histogram. Internally `pole_density_function` uses an equal area sampling grid o…
-
Hi, in the attached file the kernel density of a species pair is very low.
how to interpret the wgdi analysis.
Did the analysis correct
![Screenshot from 2024-08-21 10-06-41](https://…
-
I took some time to look into @yquilcaille's [`distrib_cov._get_weights_nll`](https://github.com/MESMER-group/mesmer/blob/2b5da4a9f5f450c2b01f8e5e64a97eb35dd99d47/mesmer/mesmer_x/train_l_distrib_mesme…
-
Dear React-Plotly Developers,
I'd like to create KDE plots in my React-Plotly dashboard, similar to the Python Plotly function `ff.create_distplot`. However, I couldn't find a direct way to do this…
-
### Describe the bug
I have met an issue when using the class ```sklearn.neighbors.KernelDensity```. The **kernel density estimation (KDE)** works unusually when the kernel width is very small (les…