Allow user to provide `variable_names` in hyper Model
This MR adds an option for users to provide a variable_names
attribute to population models to drop the reliance on introspection.
This will remove the need for a lot of boilerplate code when implementing models with many parameters, e.g., here, here, or here.
-
Add test of variable_names
-
Check documentation
Edited by Colm Talbot