estimate_SHUM {SCOR} | R Documentation |
Smooth Approximations Of Empirical Hyper Volume Under Manifolds
Description
'SHUM' is a class of smoothed estimates of EHUM.
Usage
estimate_SHUM(beta, labels, x_mat, p = 0)
Arguments
beta |
The parameter we measure SHUM based on. |
labels |
The labels of the Columns of the data matrix. |
x_mat |
The Data Matrix |
p |
p decides whether to use |
Value
Smooth approximation of the empirical Hyper-volume Under Manifolds Estimate
References
Maiti, Raju and Li, Jialiang and Das, Priyam and Feng, Lei and Hausenloy, Derek and Chakraborty, Bibhas
"A distribution-free smoothed combination method of biomarkers to improve diagnostic accuracy in multi-category classification"
(available at 'arXiv https://arxiv.org/abs/1904.10046).
Examples
estimate_SHUM(rep(1, 12), colnames(AL), AL)
estimate_SHUM(rep(1, 12), colnames(AL), AL, p = 1)
estimate_SHUM(1:10 , sample(c( rep("lab1", 10), rep("lab2", 10), rep("lab3", 10))),
matrix(rnorm(300), nrow = 10))
[Package SCOR version 1.1.2 Index]