KernelDensityEstimate.jl
KernelDensityEstimate.jl copied to clipboard
Kernel Density Estimate with product approximation using multiscale Gibbs sampling
Hi! I was trying to change the weights of a BallTreeDensity when I encountered this error. Here's the relevant source code: ```julia getIndexOf(bd::BallTreeDensity, i::Int) = getIndexOf(bd.bt, i) function changeWeights!(bd::BallTreeDensity, newWeights::Array{Float64,1})...
I was looking for LGPL packages, suspecting that there should not be many since for a Julia package there's no such thing as "linking" making LGPL equivalent to GPL. Since...
Hello, I like this package so much,but I don't know how can I get the bandwidth calculated by kde! .
Hello, I am interested in using your package, but I am not a domain expert in kde estimation or products of them. From the ReadMe it is not clear to...
This and all related `::AbstractArray{ p1(-2:0.1:2) ERROR: MethodError: no method matching (::BallTreeDensity)(::StepRangeLen{Float64, Base.TwicePrecision{Float64}, Base.TwicePrecision{Float64}}) Closest candidates are: (::BallTreeDensity)(::Vector{Float64}) at /home/dehann/.julia/packages/KernelDensityEstimate/Kx5zN/src/DualTree01.jl:438 julia> p3(v') ERROR: MethodError: no method matching (::BallTreeDensity)(::LinearAlgebra.Adjoint{Float64, Matrix{Float64}}) Closest...
Is it possible to plot without 'KernelDensityEstimatePlotting.jl'? Could some more examples be presented in the readme? It would be great if some of the examples could present how to derive...
Hello, I would like to reference [this issue](https://github.com/TuringLang/Turing.jl/issues/1521) here, since it may be of interest.
Hello, This may be more of a discussion topic, but I post it here as perhaps discussions have not been activated yet in this repo, and it could be more...
MWE ```julia pts = randn(5) p_ = *([kde!(pts);], addEntropy=false) pts_ = getPoints(p_) # results in 5 values all equal to pts[1] @assert pts_[2] != pts[2] "points in product of [p;]...
``` $ julia ./kerneldensity.jl ┌ Warning: Error requiring Fontconfig from Compose: │ LoadError: UndefVarError: Cairo not defined │ Stacktrace: │ [1] top-level scope at /home/lxc/.julia/packages/Compose/Opbga/src/pango.jl:3 │ [2] include(::Module, ::String) at...