powered by
This function returns the quantiles of a test statistic with optional tuning parameter.
cv.quan( samplesize, dimension, quantile, statistic, tuning = NULL, repetitions = 1e+05 )
samplesize for which the empirical quantile should be calculated.
a natural number to specify the dimension of the multivariate normal distribution
a number between 0 and 1 to specify the quantile of the empirical distribution of the considered test
a function specifying the test statistic.
the tuning parameter of the test statistic.
number of Monte Carlo runs.
empirical quantile of the test statistic.
# NOT RUN { cv.quan(samplesize=10, dimension=2,quantile=0.95, statistic=BHEP, tuning=2.5, repetitions=1000) # }
Run the code above in your browser using DataLab