Description Usage Arguments Value References Examples
Find the empirical size associated with the decay parameter conditional on a dataset
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
X |
a matrix (one-sample) or a list of matrices (multiple-samples), with each row representing an observation. |
tau |
real number(s) in the interval |
alpha |
significance level; default value: 0.05. |
side |
either of |
B |
the number of bootstrap replicates; default value: |
pairs |
a matrix with two columns, only used when there are more than two populations, where each row specifies a pair of populations for which the SCI is constructed; default value: |
verbose |
TRUE/FALSE, indicator of whether to output diagnostic information or report progress; default value: FALSE. |
method |
the evaluation method tau; possible values are 'MGB' (default), 'MGBA', 'RMGB', 'RMGBA', 'WB' and 'WBA' (see |
R |
the number of iterations; default value: |
ncore |
the number of CPU cores to be used; default value: 1. |
cuda |
T/F to indicate whether to use CUDA GPU implementation when the package |
nblock |
the number of block in CUDA computation |
tpb |
number of threads per block; the maximum number of total number of parallel GPU threads is then |
seed |
the seed for random number generator |
a vector of empirical size corresponding to tau
.
Lopes2020hdanova
\insertRefLin2020hdanova
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.