Closed ericgermaining closed 5 years ago
Do you have a general plan for this part of the code. I can just simply add the seed in the master branch?, let me know @ericgermaining
@melmasri Yes please go ahead in the master branch. Thanks.
@melmasri I integrated your code in the review-stuff branch.
In timeTravelHMM, if a seed is provided, then the values of init.0 and tmat.0 are calculated in place of the default values. However, the seed value is not used in the calculation itself. I suppose that if a user provides a seed, it is for the purpose of having the seed used in the calculation.