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

Improve Stan conversion and docs

Open sethaxen opened this issue 5 years ago • 1 comments
trafficstars

Currently we convert Stan's internal statistics names to the ones used by arviz.from_cmdstan. However, those names don't follow ArviZ's schema and will eventually be updated on the ArviZ side. We should update them for Stan.jl and CmdStan.jl.

We should also switch the tests and docs from CmdStan.jl to Stan.jl, since that's the future of Julia's Stan integration.

sethaxen avatar Nov 28 '19 08:11 sethaxen

Relates https://github.com/arviz-devs/arviz/pull/1063

sethaxen avatar Feb 28 '20 09:02 sethaxen

This is now irrelevant, since conversion from stan types is provided by StanSample itself. See https://github.com/StanJulia/StanExampleNotebooks.jl/blob/main/notebooks/DimensionalData/dimensionaldata.jl for an example notebook.

sethaxen avatar Dec 17 '23 18:12 sethaxen