Description Usage Arguments Value References Examples
View source: R/calcDepth_old.R
calcDepth_old
calculates the K-sign depth of a given
vector of residuals in time complexity O(N^K)
1 | calcDepth_old(res, K, transform = FALSE)
|
res |
[ |
K |
[ |
transform |
[ |
[numeric(1)
] the calculated K-sign depth of res
.
Horn M. Sign depth for parameter tests in multiple regression. TU Dortmund University; 2021.
1 2 | calcDepth_old(rnorm(10), 3)
calcDepth_old(runif(100, -1, 1), 4, transform = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.