-
Dear Gambit developers,
I tried to install Gambit on my machine (Ubuntu 18.04) but I ran into the following errors which stop the installation.
examples/CMakeFiles/MCMCAlgo.dir/build.make:161: r…
-
We should allow neutrino mass sums less than 0.06 by switching to one massive and two massless. This would happen when doing computations with the normal hierarchy.
-
Questions and my current thoughts
- How to pass initial state
- Support `sample(..., init::Array{Union{Missing, Array{Float64,1}},1}=[missing])`
- We flat `init`, and assign those variables whi…
-
Hi,
first of all, great package!
I'm curious why you chose the name `MonteCarloMeasurements.jl` for this package. Could you elaborate the Monte Carlo context that you had in mind (apart from Mon…
-
arXiv论文跟踪
-
The real `propose` for the static IR generative functions is simply not yet implemented, but as a workaround for common cases, it currently calls `generate`. However, in the presence of custom generat…
-
There is already `@Citation` annotation created for `BEASTObject`, to link the publication to the model and implementation.
I created `PackageCitations` to pull out all citations from installed pac…
-
Consider the following:
```julia
xs = ...
ys = ...
observations = Gen.DynamicAssignment()
for (i, y) in enumerate(ys)
observations[(:y, i)] = y
end
(trace, _) =…
fsaad updated
5 years ago
-
Hi all!
Just talking to @ben18785 about the things we really need to do for the paper. Thought it'd be good to make an overview ticket.
# MCMC Methods
* [x] Metropolis #253
* [x] Adaptive cov…
-
Add AR1 noise Log Likelihood as provided by @ben18785