Nick Foti
Nick Foti
Multivariate Metropolis sampler that uses randn. Tests still need to be written, I'm thinking of some simple examples for Robert and Casella.
Hi, First, I'm really glad someone has started a project like this for Julia as the language has a lot of potential for implementing MCMC algorithms. I'd like to propose...
Sometimes I am not able to step into a function I've defined. I'm not sure if this is a bug or a limitation of the current package. Here's a small...
Consider the following code that is assumed to be correctly marked for debugging ``` function f() @bp for i in 1:10 t = i.^2 end end ``` If the debugger...
Adding the ability to jump into functions in other files (or included modules) would be incredibly useful. I'm thinking a way to do it would be when we hit a...
It would be very useful to add support to pass `BitArray`s to `map`, `reduce`, and `mapreduce` (and the inplace versions). I'm not sure if this is as simple as adding...
I was going to implement reading and writing graphML and gexf files. Before I created a dependency on an external package I wanted to see what people thought of XML.jl...
An exception was being thrown in the `resize` function because this wasn't initialized.
This addresses Issue #554 and provides default AMIs in the correct zone when creating and resizing volumes by implementing the `static.BASE_AMI_*` variables as dictionaries.