-
continuing #7346 and merged PR #7364 for asymmetric and #7482 for discrete asymmetric kernels
Currently we only have asymmetric product kernels. In my copula experiments with Beta copula it looks …
-
Hi all,
Whenever I try to run any kind of DRR generation with the main branch, I get this error:
```
CompileError: nvcc compilation of /tmp/tmpvqiw8grx/kernel.cu failed
[command: nvcc --cubin …
-
While the goldenspike notebook is running the redshift distribution density plot is not showing. The restimator appears to be working and the histogram of output photoz looks good but the density plot…
-
(As mentioned in a few places: #948, #943, #791.)
We can look at https://github.com/uwdata/fast-kde/ for speed, and https://observablehq.com/@d3/kernel-density-estimation for a more straightforward…
-
I need to calculate the electron density on grid points after solving the FCI for a simple H2 system. Based on the issue #1334, I have tried to make the density matrix on AO basis although I face with…
-
**resolution**
Statsmodels uses Epanechnikov on standardized domain [-1, 1] which is `epa2` in Stata.
The bandwidth needs to be multiplied by `sqrt(5)` to get the bandwidth equivalent to the non-sta…
-
For the StableFluid - Solver2D.cs, you didn't assign texture for the Project-Step2 kernel and it causes an error on Unity 2019 version. It is fine on Unity2017 but can be an issue on Unity2019.
I w…
-
Came across this. Not sure what's going on yet. Some kind of underflow? I haven't done any digging.
```
x = stats.norm.rvs(100, 7, size=5000)
density = sm.nonparametric.KDEUnivariate(x)
density.fit()…
-
### TODO
- [ ] refactor `max_uncertainty_sampling`
- [ ] refactor `max_density_sampling`
- [ ] ~~NPM package for Kernel Density Est.~~ Install https://github.com/uwdata/fast-kde-benchmarks
### P…
-
Hi,
I think there is an issue in the way the knees and elbows are ordered when `online = True`. I am using the `kneed` package in `R`. And the code below is reproducible:
```r
# import kneed as…