cmdstanpy icon indicating copy to clipboard operation
cmdstanpy copied to clipboard

CmdStanMCMC.summary: allow filtering of variables

Open WardBrian opened this issue 2 months ago • 0 comments

This can use the -i argument from https://github.com/stan-dev/cmdstan/pull/1143

Some care will be needed if we want to support mapping from containers to all their indices, e.g. if the user can specify vars=['a'] for a vector[3] a; and that's equivalent to -i a.1 -i a.2 -i a.3

WardBrian avatar Dec 04 '25 15:12 WardBrian