Parametric Bootstrap
The parametric bootstrap is an approximation to the sampling distribution. It can be used to get estimates for confidence intervals, etc.
Algorithm:
- Identify estimators and point estimates from the data (AKA - probably the Maximum Likelihood Estimator (MLE))
- Generate n samples from the the proposed distribution using the point estimate of the parameter - sample from
- Compute estimates of parameters for each of the samples to make the bootstrap distribution
- Use the bootstrap distribution for your conclusions
References
@efron1994 - Pages 53-56 @rice2007 - Chapter 8