hubverse-org / schemas

JSON schemas for modeling hubs
Creative Commons Zero v1.0 Universal
4 stars 2 forks source link

Add support for a distribution output type #52

Open nickreich opened 1 year ago

nickreich commented 1 year ago

We might need to have something like

output_type = distribution output_type_id = param1, param2, param3, ...

where for each distribution, we have a map between a parameter and an output type id, e.g.

distribution = gaussian param1 = mean param2 = sd

etc...