Monthly Archives: January 2011

Gaussianize Cauchy in R the Lambert Way

Here I show you how you can make a random Cauchy sample look like a Gaussian (and here is the accompanying paper with theory and methodology). The data is transformed by a non-linear, but bijective transformation – thus you can go back and forth between Cauchy and Gaussian-like.

library(LambertW)
set.seed(10)
nn <- 100
yy <- rcauchy(n = nn)
normfit(yy) # definitely not Gaussian
xx <- Gaussianize(yy, method="MLE")
Consumption of big amounts of carbohydrates should be also avoided mainly because they increase the level of serotonin in the blood to show cheapest viagra no prescription  its action. Immediately seek medical help if you suffer from any unwanted side effects, then immediately seek medical assistance for the same.* Prolonged erection of your male organ can be one of the best medicine available for erectile dysfunction.  bulk generic viagra There can be problems of erectile dysfunction sildenafil wholesale find my link and, not confusing cause and effect here, there can be depression. There are two possible reasons for which you should definitely seek levitra on line amerikabulteni.com doctor help in case of erection problems. normfit(xx) # Gaussian

# what does the Lambert W x Gaussian model look like?
mod <- MLE_LambertW(yy, type="h")
summary(mod)
plot(mod)