Description Usage Arguments Value Examples
Computes sensitive to normalization for dataset sources
1 | SensitivityNormDatasets(rocpr = 1, xi = 0.05)
|
rocpr |
If |
xi |
The xi-sensitivity to normalization parameter xi. Defaults to |
A list containing the following:
The output of the KruskalWallis from stats::kruskal.test
.
The dataset source, which is most sensitive to normalization.
The dataset source, which is least sensitive to normalization.
For how many outlier methods each dataset is sensitive to normalization.
1 2 | out <- SensitivityNormDatasets(1, 0.05)
out
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.