Carlos Parada
Carlos Parada
Following [this](https://github.com/TuringLang/MCMCChains.jl/issues/306) discussion, there might be an interest in adding AlgebraOfGraphics support to Turkie; we'd have to decide whether we're fine with having it as a dependency. If we did,...
For example, when broadcasting I get these kinds of messages clogging the stacktrace: ```julia-repl [7] _broadcast_getindex_evalf @ Main.Wrangling ./broadcast.jl:709 [inlined] [8] _broadcast_getindex @ Main.Wrangling ./broadcast.jl:682 [inlined] [9] getindex @ Main.Wrangling...
When I load Stata files, I get an odd mix of Strings and Symbols for column metadata, which means the metadata dictionary has `Any` as the value type. Converting all...
### Description The lack of alignment looks a bit weird to me:  ### Reproduction URL _No response_ ### Operating system Web app ### Typst version - [X] I am...
Unsure if you're adding credible intervals as part of this package, but if so, I'd love to see [these](https://github.com/TuringLang/MCMCChains.jl/issues/320).
Would it be reasonable to move the high-level abstract types for Distributions.jl and function stubs such as `logpdf`, `pdf`, etc. into StatsAPI?
[Adds support for the other kind of mocking to Mocking.jl](https://knowyourmeme.com/memes/mocking-spongebob)
DimensionalData.jl is great for avoiding mistakes caused by confusing axes with each other or selecting the wrong element, and should probably be recommended to new users.
I'm not sure if there's a way to do this, but right now, the advanced instructions add a lot to the length of some sections; would it make sense to...
I recommend [Averaged Shifted Histograms](https://github.com/joshday/AverageShiftedHistograms.jl) because they're easy to implement, [accurate](https://vita.had.co.nz/papers/density-estimation.pdf), and very fast (only slightly slower than a histogram, unlikely most kernel estimators). There's also a couple extensions that...