LDATS
LDATS copied to clipboard
restructure ptMCMC change point data structure
Currently, the change point data within the ptMCMC algorithm are held within a 3-D array (nchangepoints x ntemps x nit), which is likely slowing down computation. Consider re structuring into a 2-D matrix (nchangepoint*ntemps x nit) for the main looping