Description Usage Arguments Value Examples
Fast weighted bootstrap alternative to the parametric bootstrap procedure for the Generalized Pareto score test.
1 | gpdMultScore(data, bootnum, information = c("expected", "observed"))
|
data |
Data should be in vector form. |
bootnum |
Number of bootstrap replicates. |
information |
To use expected (default) or observed information in the test. |
statistic |
Test statistic. |
p.value |
P-value for the test. |
theta |
Value of theta used in the test. |
1 2 | x <- rgpd(100, loc = 0, scale = 1, shape = 0.25)
gpdMultScore(x, bootnum = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.