-
if histogram took a 1-d array of values (say, samples from the posteriror for a single parameter) it could have a scrubbable number of bins. (and even, later, a switch to kernel density estimation wit…
-
_Original ticket http://projects.scipy.org/scipy/ticket/200 on 2006-05-02 by @huard, assigned to @cournape._
This is an implementation of a Fast kernel density estimation algorithm. Please find detai…
-
`SpectralClustering` supports the RBF kernel, but it could benefit from the generic kernel support in `sklearn.metric.pairwise_kernels`.
`KernelPCA` and `sklearn.kernel_approximations.Nystroem` alrea…
-
Should improve accuracy and give a 0-1 match score range. Also update examples accordingly.
-
It tells me
`*** ValueError: Singular covariance matrix. Please check that the covariance matrix corresponding to the dataset is full rank.`
Even though the smallest eigenvalue of the covariance matri…
-
Signature of dct and idct both are :: Vector (Complex Double) → Vector Double. It's implied that dct is invertible but it's obviously not. Only n out 2n degrees of freedom survive transformation and t…
-
Function bandwidth use naive method of bandwidth estimation which provides reasonable results for unimodal distributions but systematically oversmoothes for distributions which significantly differ fr…