Re: Distribution of a transformed Gaussian variable.

beliavsky_at_aol.com
Date: 01/03/05


Date: 3 Jan 2005 12:42:09 -0800

Fredrik Hekland wrote:
>I'm trying to find the distribution resulting from taking the square
>root of the absolute value of a Normally distributed variable. More
>precisely, p_z(z) when
>z = sign(n) * sqrt( constant*abs(n) ), n ~ N(0,sigma_n^2).
>Not having any statistical textbooks at my current location (and not
>being a statistics wizard), I'm unable to calculate the resulting pdf.
>Is it a complex task to determine this distribution?
>Simulations indicate that the resulting pdf is close to a Laplace
>distribution (double exponential). Does this seem reasonable?

The absolute value of a standardized normal variate follows the
half-normal distribution, described at
http://mathworld.wolfram.com/Half-NormalDistribution.html , with
distribution (2/pi) * exp(-x^2/pi). I think the square root of a
variate following this distribution has a density proportional to
sqrt(x)*exp(-x/pi) , for x > 0, which has the same decay as a Laplace
on the right side but not on the left. Please check this before using
it.



Relevant Pages

  • Re: FFT test with few kbits
    ... >> uses all Fourier components, e.g. the largest absolute value. ... that we don't know the joint distribution of the Fourier components ... I would expect that the square of the absolute values would look ...
    (sci.crypt)
  • Re: Question relating to order statistics of normal random variables
    ... (similar to order statistics, except that we are using the absolute ... Because of the symmetry of Naround 0, you distribution of!X! ... use the quantile function to give values in terms ...
    (sci.stat.math)
  • problem with "setup.py bdist --formats=zip"
    ... I would like to create a "binary" distribution for Windows, ... since the installer requires root access. ... *absolute* paths, ... Section 6.1 of python 2.3 docs has only one ...
    (comp.lang.python)
  • Re: FFT test with few kbits
    ... > uses all Fourier components, e.g. the largest absolute value. ... > after appropriate scaling it has the same behaviour as the others. ... to fit the distribution. ...
    (sci.crypt)
  • Re: How to generate two random numbers satisfying a certain condition
    ... must lie in this square. ... When justifying that this gives the desired distribution, ... our estimate is that one iteration suffices ... this non-rejection probability is about 0.5. ...
    (sci.math)