Brian J Smith

Results 46 comments of Brian J Smith

That's a good interim solution.

I'll be working on upgrading Mamba to Julia 1.0 over the weekend.

`add Mamba#master` along with `add Gadfly#master` should work now on Julia 1.0.

You're a brave soul to venture into the _Mamba_ julia-0.4 branch :) Actually, the code there is in pretty good shape. It's compatible with today's julia-0.4-dev nightly and has all...

Thanks for the pull request to clarify the desired package updates. Let me run the package through my full set of test examples with these to check that everything is...

It turns out that the PDMats package version needed updating as well since Distributions depends on it. Doing that has resulted in numerous compatibility issues with Mamba. I have been...

The develop branch now has a version 0.12.9000 of the packages with some changes needed for the updated dependencies (#171). All of the examples seem to be running now, except...

Yes, this example would be useful to include in the package documentation, and I would be happy to do so. Before merging the pull request, I have a couple questions...

You are correct. The package does not currently have a discrete sampler. However, all the infrastructure needed to implement one is there. It should be pretty straightforward and easier than...

Here's what I'm thinking... The general algorithm implemented in the package does block sampling of parameters from their full conditional distributions. For a block that is all discrete (finite support)...