powered by
bootstrap critical value of statistic
crit.values( samplesize, statistic, tuning = NULL, k_estimator, boot.param = 500, alpha = 0.05 )
number of observations in the sample
test statistic to be used
tuning parameter used for the test statistic (NULL stands for no tuning parameter needed)
NULL
value of the estimated shape parameter
shape
number of bootstrap iterations
significance level of the test
returns the critical value for the goodness-of-fit test using the statistic.
statistic
# NOT RUN { crit.values(samplesize=20,statistic=HME1,tuning=1,k_estimator=2,boot.param=100,alpha=0.05) # }
Run the code above in your browser using DataLab