gaussianize
gaussianize copied to clipboard
Transforms univariate data into normally distributed data
Bumps [numpy](https://github.com/numpy/numpy) from 1.15.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I tried to transform my data to gaussian distribution and the output of the transform function is the same as the original data. I created this script to run some...
Just pseudorandomly sign flip the data (and or randomly permute it) and run it through an (nlog(n)) Walsh Hadamard transform and the data takes on the Gaussian distribution. If the...