renecotyfanboy/jaxspec

Handle groups of observations with dicts

renecotyfanboy opened this issue · 0 comments

Using generic iterable when fitting several observations with a single model is not clearly handled in my opinion. Having more informed iterable such as dict could help here, and also with #90 if for instance we return a dict of results. Cases to be handled are

  • Fitting the same observation with multiple models
  • Fitting the same model with multiple observations
  • Combinations of the above