StanSample.jl icon indicating copy to clipboard operation
StanSample.jl copied to clipboard

WIP: Wrapper package for the sample method in Stan's cmdstan executable.

Results 2 StanSample.jl issues
Sort by recently updated
recently updated
newest added

```julia julia> using StanSample, InferenceObjects julia> model = """ parameters { matrix[2, 3] x; } model { for (i in 1:2) x[i,:] ~ std_normal(); } """; julia> sm = SampleModel("foo",...

These are updates that would support both :dimarrays (as in `read_samples(m, :dimarray)`) and `inferencedata(m)`. Currently it still fails: ``` Testing: test_inferencedata/test_inferencedata.jl. [ Info: /var/folders/pf/2m__rnm54153mj3198b5xxn00000gn/T/jl_g2j5fD/eight_schools.stan updated. InferenceData interface: Error During Test...