realkrantz
realkrantz
I found a working solution at: https://discourse.julialang.org/t/how-to-set-julia-project-for-juliacall/60408. However, when I try (after calling Julia with JuliaCall): `julia> using Turing` I get (whereas, in vscode it works without error): ``` Error...
This is a positive development. The notion of observables vs non-observables is particularly important and might provide an interesting theoretical framework.
Hi Paul, thanks for implementing GP in brms. I have a similar situation as @cdaube. I want to use GPs to predict country-level prevalences of a given disease and use...
Making `compare_level` be able to keep the value of `x2` corresponding to the `first term` when doing `difference` or the `numerator` when doing `division` would suffice. Actually, that is the...
Thanks a lot for that, @mjskay. This solution is great and solved my problem perfectly.