The following post suggests a way to bootstrap that simply involves simulating data under the best fit model, and for each simulation, then re-estimating the parameter values (
https://groups.google.com/forum/#!topic/fastsimcoal/N956Af31iA4).That approach does not sound like a proper bootstrap to me (Can someone please correct me if I am wrong). Rather, I think the following steps should be followed where X is the desired number of bootstraps:
1) generate X number of observed SFS by sampling SNPs from the SNP pool with replacement.
2) For each SFS estimate the parameters using FSC.
The resulting distribution of parameter values can then be used to generate a 95% CI etc.