kgori/sigfit

Implement optional multi-chain extraction

baezortega opened this issue · 3 comments

Complete the implementation of multi-chain extraction by:

Adding a variable 'chains' set by default to 1 and passed on to rstan::sampling
Adding a parameter 'init' (list, default =NULL ) in extract_signatures(), such that, if provided, the number of chains will be equal to the length of 'init'.

@kgori I think you implemented something along these lines in the paper branch?

kgori commented

Then I guess I'll close this (we still need a vignette).