Note: To avoid conflict with src/jhssm/param.py, I am naming the directory src/hssm/param_refactor for now. Once all integration is tested, I will rename this directory
What was done in this PR:
Added a few methods in prior.py to prepare for model output
Added a UserParam (which will eventually be exported as hssm.Param) for users to specify priors and store user specification
Note: To avoid conflict with
src/jhssm/param.py
, I am naming the directorysrc/hssm/param_refactor
for now. Once all integration is tested, I will rename this directoryWhat was done in this PR:
prior.py
to prepare for model outputhssm.Param
) for users to specify priors and store user specification