David Tolpin

Results 6 issues of David Tolpin

When a segment produces multiple values, the values are consistently shown, stored, and reloaded. The patch detects when a value is added to the segment which already produced a value,...

``` bw = Exponential(0.1) y = Exponential([1. / bw, 1. / bw]) ys = tf.stack([Exponential(1. / bw), Exponential(1. / bw)]) ``` Both `y` and `ys` have the same distribution. Metropolis-Hastings...

Unless unboxed, a single element matrix is inserted into the data, and autoReg component fails. Unit test modified so that it manifests the error without the change.

Hi, can you consider splitting the core functionality and the plotting? I (and probably others) want to run pydlm in the server environment where plotting is not required. In some...

golang can be compiled to WebAssembly. I'd love to also have support for GoID there, but I don't know how to write the implementation of getg. There must be a...

Provide notes about LMH implementation in Anglican and how it can be done in CPProb

enhancement