freemanTukey {expandFunctions} | R Documentation |
This transform takes Poisson (count) information and makes it more Gaussian, then z-scales (standardizes by centering and scaling to var = 1) the results.
freemanTukey(x)
x |
Data vector |
The transformed vector
Taken from https://en.wikipedia.org/wiki/Anscombe_transform
x <- freemanTukey(sunspot.month)