FMenchetti / CausalMBSTS

16 stars 0 forks source link

Break down mbsts.mcmc into smaller functions that are easier to unit test #2

Closed iav-bojinov closed 4 years ago

iav-bojinov commented 4 years ago

mbsts.mcmc is a rather complex function, I think it is possible to break it down into smaller functions which will be easier for unit testing. My suggestion is to have each step inside the MCMC be its own function.

vliublinska commented 4 years ago

Decided not to do it for now.