-
-
Notifications
You must be signed in to change notification settings - Fork 442
Description
#230 has been open for too long without any clear consensus. Following https://www.arviz.org/en/latest/governance/processes.html#council-decision-making-process I am opening this issue with a proposal on how to solve this and calling a vote of the RV council. cc @AlexAndorra @sethaxen @ColCarroll @ahartikainen @canyon289 @aloctavodia.
Proposal
Add a new unconstrained_posterior
group (and other unconstrained_<group>
as needed). I propose that the unconstrained representation of variables with a transformation (no need to duplicate those that are the same) are added to this group with the exact same name as they have in the posterior. The transform can be added as metadata either at variable level or as metadata of the unconstrained_... group and is left to the PPLs to add.
The whole unconstrained posterior can therefore be obtained by taking the variables in unconstrained_posterior
and adding those missing using their values form the posterior
group.