- 24 Apr, 2020 1 commit
-
-
Chris Jewell authored
-
- 16 Apr, 2020 2 commits
-
-
Chris Jewell authored
-
Chris Jewell authored
-
- 04 Apr, 2017 1 commit
-
-
Chris Jewell authored
Replaced calls to uuid package with a queue-based labelling system in the Dirichlet Process. Here, we create as many labels as there are data point, then pull labels out of the "pot" as we need, and replace them after use. This allows us to remove the extra randomness in the DP process caused by the uuid generator (quite rightly) being independent of R's PRNG.
-
- 22 Dec, 2016 2 commits
-
-
Poppy Miller authored
-
Chris Jewell authored
-
- 20 Dec, 2016 1 commit
-
-
Poppy Miller authored
Changed ddirich to calculate on log scale rather than logging after. Changed starting tuning values for r's. Fixed lambda_j_prop calculation (didn't work if lambda j not calculated first)
-
- 03 Dec, 2016 1 commit
-
-
Chris Jewell authored
Small change to PoissonNode to deal with cases when the length of the mean value is different to the offset. Usual R conventions apply here.
-
- 02 Dec, 2016 1 commit
-
-
Chris Jewell authored
Implemented AdaptiveLogDirMRW2 and DirichletNode2 which reparameterises the Dirichlet distribution as independent Gamma distributions.
-
- 30 Nov, 2016 2 commits
-
-
Chris Jewell authored
-
Poppy Miller authored
-
- 18 Nov, 2016 1 commit
-
-
Chris Jewell authored
-
- 13 Nov, 2016 1 commit
-
-
Poppy Miller authored
-
- 08 Nov, 2016 1 commit
-
-
Chris Jewell authored
-
- 07 Nov, 2016 1 commit
-
-
Chris Jewell authored
Tidied up, and documented DAG and MCMC framework. model.R contains the SA model, built using the DAG. test.R contains test functions.
-
- 13 Sep, 2016 1 commit
-
-
Chris Jewell authored
Added AdaptiveLogDirMRW for updating Dirichlet process. Still not perfect, but better than simple MRW.
-
- 01 Jul, 2016 1 commit
-
-
Chris Jewell authored
Converted to R6 classes. Still having trouble sampling from the Dirichlet distribution with the R's.
-
- 22 Jun, 2016 1 commit
-
-
Chris Jewell authored
-
- 16 Jun, 2016 1 commit
-
-
Chris Jewell authored
Refactored code for graph-based representation of the model. Now need to write MCMC updaters for Stochastic nodes.
-