-
Use duration of away locations along with a KDE to overlay (normalized) density estimates for how much time was spent in each location as a fraction of the selected time period (year/month/week). Show…
-
-
One thing that I think could potentially really clarify the the PCoA plots is to have some kernel density estimators. This could not only allow the user to visualize where the most points are cluster…
-
see #2297 for implementation and use
local FDR is based on Efron Statistical Science 2008, with reference to R package
that paper refers to
Efron, Bradley; Tibshirani, Robert. Using specially desig…
-
Some improvements for equiripple filter design:
- [ ] Implement minimum order estimation for Hilbert & Differentiator types
- [ ] Implement check-box for auto grid_density, using `grid_density = (lg…
-
Taking the code sample below, the maximum sample is always below 5.0.
```
use kernel_density_estimation::prelude::*;
fn main() {
let observations: Vec = vec![4.99,5.0,5.01];
…
-
Hello,
I was searching for a Kernel Density estimation in 3D. I think it could be nice to implement the following method from Zdravko Botev et al. in Julia.
Botev, Z. I.; Grotowski, J. F.; Kroes…
-
File: https://github.com/pymc-devs/pymc-examples/blob/main/examples/mixture_models/dp_mix.ipynb
Reviewers:
> The sections below may still be pending. If so, the issue is still available, it simply do…
-
I did not find instructions on how to use libsvm for probability density estimation. Can you provide relevant help, thank you
-
Let's use this issue to coordinate the statistics / math notebooks as part of the fundamentals. We can move these out to a separate repo later if that makes more sense organization-wise.
Below are …