Description Usage Arguments Value
Bootstrap for the univariate distributions
1 2 3 4 5 6 7 8 9 10 | bootstrapfun(
Q,
family,
theta,
n,
size = 0,
max_iter = 10000,
eps = 0.001,
useFest = 1
)
|
Q |
transition matrix; |
family |
distribution name; (run the command distributions() for help) |
theta |
parameters |
n |
number of simulated observations |
size |
additional parameter for some discrete distributions; run the command distributions() for help |
max_iter |
maximum number of iterations of the EM algorithm; suggestion 10000 |
eps |
precision (stopping criteria); suggestion 0.001 |
n_sample |
number of bootstrap samples; suggestion 1000 |
UseFest |
1 (default) to use the first estimated parameters as starting value for the bootstrap, 0 otherwise |
Internal function used for the parametric bootstrap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.