Liam Kruse

Results 3 issues of Liam Kruse

Feature request: add kernel density estimation plots to the core PGFPlots functionality. The following code chunk is an MWE that produces the included bimodal plot. ``` using Distributions using KernelDensity...

It would be pretty neat if Histogram plots accepted a parameter for a fixed bin width - or alternatively, accepted an array of values representing bin edges, as the Matplotlib...

In simulate.jl, a random state is sampled from the Gaussian Belief: ``` # make initial state s0 = rand(rng, b0) ``` However, the rng passed into the `rand()` function isn't...