Description Usage Arguments Value Author(s) See Also
Generates B
number of parametric bootstrap
resamples from the original sample data
using gendat_vm
.
1 | boot_pb_vm(n, Sigma_dot, skew, kurt, rescale = TRUE, mu, sigma2, B = 2000)
|
n |
Sample size. |
Sigma_dot |
p \times p correlation matrix (\dot{Σ}). |
skew |
Skewness vector. If a single value is given, the function assumes that the p elements in the vector will have the same skewness. |
kurt |
Kurtosis vector. If a single value is given, the function assumes that the p elements in the vector will have the same kurtosis. |
rescale |
Logical.
Rescale the data using means |
mu |
Vector of means
corresponding to each element of |
sigma2 |
Vector of variances
corresponding to each element of |
B |
Number of bootstrap resamples. |
Returns a list of parametric bootstrap resamples.
Ivan Jacob Agaloos Pesigan
Other bootstrap functions:
boot_fit()
,
boot_lav()
,
boot_nb()
,
boot_pb_med_simple()
,
boot_pb()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.