Brian J Smith

Results 46 comments of Brian J Smith

Some of the samplers (those listed as applying transformations in this [table](http://mambajl.readthedocs.org/en/latest/samplers.html)) are designed for model parameters that are defined on or can be transformed to an unconstrained space. Mamba...

Define your log PDF function to return `-Inf` for any values that are outside the domain - non-positive reals in this case.

@bdeonovic: you are probably more familiar with this function. Do you know what the issue might be?

That looks like the error I get at the moment with Mamba in julia 1.0. The plan is to get Mamba updated to work with v1.0 after the Gadfly package,...

Julia 0.6 can be installed to run Mamba until it is updated to work on Julia 1.0. Multiple versions of Julia can be installed on the same computer.

A couple tips. First, model nodes that are scalar, which all seem to be in this example, should be specified with calls to Stochastic or Logical without a dimension as...