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