Determine how many samples closure_generate() would find for
a given set of summary statistics.
closure_count_initial()only counts the first round of samples, from which all other ones would be generated.There is currently no
closure_count_all()function.
This can help predict how much time closure_generate() would take, and
avoid prohibitively long runs.