Daniel Lakeland

Results 7 issues of Daniel Lakeland

I've been having problems sampling models that use truncated normal distributions. This minimal worked example from the discourse.julialang.org discussion shows that the initial vector passed in seems to be problematic....

According to tests and the documentation string: ``` Similar to calling remotecall_eval(Main, procs, expr), but with two extra features: - `using` and `import` statements run on the calling process first,...

parallel

``` opt = optimize(mymodel,MAP()) genq = generated_quantities(mymodel,opt) ```

enhancement
new-feature

If you'd like to put out an incentive for implementing this feature, you can do so at https://issuehunt.io/r/bk138/droidVNC-NG **Is your feature request related to a problem? Please describe.** On an...

feature-request

At the moment I'm using something like this: ``` function subchain(ch,secname,vars) Chains(set_sections(ch,Dict(secname => vars)),secname) end ``` This gets me a Chains object that I can pass to plotting and summarizing...

```julia julia> loess([1,2,3],[4,5,6]) Loess.LoessModel{Float64}([1.0; 2.0; 3.0;;], [4.0, 5.0, 6.0], [2.5714285714285725 1.6428571428571432 -0.21428571428571436; 1.741935483870967 2.0483870967741926 -0.20967741935483827; 2.5714285714285716 1.642857142857142 -0.2142857142857134; 0.23809523809523817 0.47619047619047633 0.9523809523809526], Dict([1.5] => 1, [3.0] => 2, [1.0] => 3,...

According to tests and the documentation string: ``` Similar to calling remotecall_eval(Main, procs, expr), but with two extra features: - `using` and `import` statements run on the calling process first,...