Josh Day

Results 89 comments of Josh Day

As a data point: both R and Matlab have closed bins on the ends by default.

OnlineStats doesn't do StatsBase-like weighting, mainly because I haven't figured out the right interface for it. There is https://github.com/gdkrmr/WeightedOnlineStats.jl where you could use a per-bin `WeightedVariance`.

Yes, it would fit in the scope of OnlineStats. I actually started working on it recently, but @robertfeldt makes a good point that before it's done I'll probably be reinventing...

> can you elaborate more on what you were thinking with (1) Please correct me if I'm mistaken, but I think we can leave off the `::Plot` type annotation https://github.com/JuliaPlots/PlotlyJS.jl/blob/562082f9a584a22bd9bda42dc0402640b5e8f611/src/kaleido.jl#L73-L79...

Any volunteers to create it? I'll get to it next week (probably) if there are no takers.

Can you also provide how you made `data`?

I haven't had time to load your data yet. Can you reproduce it outside of a macro? That might help narrow it down.

We should have a `haskey` method. A PR would be great! I lean towards `get` and `get!` methods over default values. Those should be straightforward to implement as well if...

I tend to prefer avoiding making tables act like arrays and vice versa. Why not rely on the tables interface for `algorithm`? If your code already works with StructArrays, you...

It's in the "Loading and Saving" section of the docs: http://juliadb.org/latest/api/io.html#Save-and-Load-blobs-1 I'll leave this issue open, since the docstring should be improved to mention the non-distributed versions of tables.