-
This is a proposal for an API on density and density ratio estimation. This RFC first presents the proposed classes and then illustrates how typical use cases would be solved using this API. It mainly…
-
Hey,
I'm actually checking for a graph partitioning function , i would like to know if it's implemented in go graph package!
Thanks for answers
-
```
public static double SmoothingRule(double[] observations)
{
return (observations.StandardDeviation(true) * Math.Pow(4.0 / (3.0 * observations.Length), -0.2));
}
I'm getting a value of 38.57 w…
-
It seems that Epanechnikov kernel with least squares cross-validation has a bug.
See: http://stats.stackexchange.com/questions/176906/np-package-kernel-density-estimation-with-epanechnikov-kernel
-
This is the Issue for constructing the "lensing engine" of GalSim. We wish to be able to draw shears from realizations of a field with specified statistical properties and spatial correlations (which…
-
Currently the package is made with the assumption that it will be used on cells that have already been identified as grid cells. A natural next step would be to implement a grid score method in the `C…
-
Instead of using kernel density estimation to generate a high-resolution image from the point localisations, one could also directly load an image from external source.
The pipeline would then start w…
-
The following two APIs were moved from `ks` to `feature` package lately, which causes the error when building `flowCore` vignette.
``` r
Error : objects ‘dfltCounts’, ‘drvkde’ are not exported by 'na…
-
Documentation: scipy-ref-0.15.1
This line should refer to kde2
ax.plot(x_eval, kde1(x_eval), ’r-’, label="Silverman’s Rule")
(which should also modify the incorrect plot)
arc12 updated
9 years ago
-
As in the pull request for the initial version of the "lensing engine" for generating non-constant shear fields, there are some additional improvements and testing that are necessary in the next few m…