# generate data
L = huge.generator(graph = "cluster", g = 5)
# transform the non-Gaussian data using the shrunken ECDF
Q = huge.NPN(L$data^5)
summary(Q)
plot(Q)
# transform the non-Gaussian data using the truncated ECDF
Q = huge.NPN(5^(L$data), NPN.func = "truncation")
plot(Q)
Run the code above in your browser using DataLab