The functions currently assume draws are in a single array with shape (draws, chains, params), like MCMCChains.Chains stores. We should consider how to support different permutations (could be as simple as recommending users use PermuteDimsArrays). e.g. ArviZ defaults to (chains, draws, params). Not certain about Soss's SampleChains.
The functions currently assume draws are in a single array with shape
(draws, chains, params), likeMCMCChains.Chainsstores. We should consider how to support different permutations (could be as simple as recommending users usePermuteDimsArrays). e.g. ArviZ defaults to(chains, draws, params). Not certain about Soss's SampleChains.