# NOT RUN {
### example for 10000 x 30 matrix
set.seed(333)
mat <- t(apply(matrix(rnorm(10000*30), ncol=30), 1, sort))
stb.obj1 <- fastSTB(mat, timer=TRUE)
stb.obj1$coverage
stb.obj2 <- fastSTB(mat, timer=TRUE, Ncpu=4)
stb.obj3 <- fastSTB(mat, timer=TRUE, Ncpu=6)
stb.obj4 <- fastSTB(mat, timer=TRUE, Ncpu=8)
# }
Run the code above in your browser using DataLab