Carlos Parada
Carlos Parada
Not really a bug per se, but is there a reason why not? I was pretty surprised by this. ``` ERROR: LoadError: LoadError: LoadError: "can't use a finaliser |> with...
When trying to use Tullio with LoopVectorization, I get the following warning from `verbose`: ``` ┌ Warning: LoopVectorization failed │ err = │ LoadError: type Expr has no field value...
My code won't require gradient calculations. Is there a way to disable gradient calculations for a large block of code, or to set the gradient calculations to be off unless...
A proposal to add a `weights` field to MCMCChains, for use with SMC, Importance Sampling, and Nested Samplers.
Created issue to keep track of this -- after adding weights, we want to have a way to handle multiple weighted chains. Currently weights are assumed to be the same...
It seems a bit unusual to display `naive_se` by default, given it's strictly inferior to the MCSE measure. Mostly I'm concerned about people misunderstanding it. There's lots of things that...
I decided to separate this out from the question of whether we want to drop the use of regular arrays or switch to TupleVectors/StructArrays. Would we want to switch to...
Separately from #336, which would solve our AxisArray-related issues, there's the question of what data structure we want to use internally to deal with the issues caused by using regular...
I've been discussing this with a couple people, and I think you could get MCMCChains to feature parity with Bayesplot within a few months if you reimplemented the code using...
May implement this myself if I have more time -- [relative surprise confidence intervals](https://projecteuclid.org/journals/electronic-journal-of-statistics/volume-2/issue-none/Optimal-properties-of-some-Bayesian-inferences/10.1214/07-EJS126.full) are a set of credible intervals that can be shown to have several very appealing properties:...