Allow parameters to have different data types and shapes #218
Labels
API changes
This impacts the public API of the project (e.g. inference class).
enhancement
New feature or request
less-urgent
This is beyond the current 2 week horizon
Milestone
Background
Our current idea of the parameters of a simulator is either something structured (such as a cross-section matrix) or a plurality of scalars and vectors that can be joined into one long vector and whose prior is a set of independent priors over diffferent coordinates (@janfb?).
Goal
It should be possible to have differently-shaped parameters such as e.g. a positive rate, a covariance matrix, and a speed vector passed in, each of them with their own private factor prior (i.e. no need to build an Independent prior to become, formally, a prior over all of them). This is more expressive, and more clear.
Caveats
The text was updated successfully, but these errors were encountered: