Open nickreich opened 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...
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...