Description Usage Arguments Value Examples
bootstrap critical value of statistic
1 2 3 4 5 6 7 8 | crit.values(
samplesize,
statistic,
tuning = NULL,
k_estimator,
boot.param = 500,
alpha = 0.05
)
|
samplesize |
number of observations in the sample |
statistic |
test statistic to be used |
tuning |
tuning parameter used for the test statistic ( |
k_estimator |
value of the estimated |
boot.param |
number of bootstrap iterations |
alpha |
significance level of the test |
returns the critical value for the goodness-of-fit test using the statistic
.
1 | crit.values(samplesize=20,statistic=HME1,tuning=1,k_estimator=2,boot.param=100,alpha=0.05)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.