2

Let $f \sim \mathcal{N}(0,1)$ be a normal random variable with zero mean and unit variance. Let $g=|f|$. Let $\tilde{g}$ be the quantization of $g$. We suppose that there are $n$ possible levels of $\tilde{g}$, denoted as: $\tilde{g}_1, \ldots, \tilde{g}_n$. These levels are fixed beforehand.
The quantization is performed as the following: if $\tilde{g}_{i} \le g < \tilde{g}_{i+1}$, then the quantized level of $g$ is $\tilde{g}_{i}$. Note that if $g \ge \tilde{g}_{n}$, the quantization is $\tilde{g}_{n}$, and if $g < \tilde{g}_{1}$, then the quantization level is $0$. We can represent $g$ as $g=\tilde{g}+e$, where $e$ can be seen as the quantization error.

My question: what is the distribution of $e$ in this case ?

din
  • 375
  • 1
    Please explain what you mean by a "quantization." It sounds like the same thing as binning. Even then, an important issue is whether the cutpoints between the bins were selected beforehand or are based on data. Finally, you might be interested in how a "quantized" version of a Normal distribution can be used to generate uniformly distributed variates, as I describe in item (8) of a post at http://stats.stackexchange.com/a/117711. – whuber Feb 11 '16 at 21:30
  • @whuber thank you for your valuable comment. Question edited.. I have no idea what is "binning" – din Feb 11 '16 at 21:49
  • So you have some set of bins and then label the values in each bin by the left end of the bin, except that in the lowest bin you use $0$ instead of $-\infty$ as the label? (which implies you expect half your quantized values will be $0$). $,$ 2. I think you probably want $n$ instead of $i$ in "Note that if $g\geq \tilde{g}_{i+1}$...."
  • – Glen_b Feb 11 '16 at 21:56
  • @Glen_b I edited the question. Now we use $g=|f|$. Thank you! – din Feb 11 '16 at 22:03
  • I hope this assumption won't complicate the problem – din Feb 11 '16 at 22:08
  • are those levels equispaced? – Glen_b Feb 11 '16 at 23:27
  • 2
    @dln In respect of your earlier comment to whuber, a simple google search on binning gives me these as the top two hits: one, two. We also have a binning tag. – Glen_b Feb 11 '16 at 23:32
  • @Glen_b We can assume that the levels are equispaced if this can simplify the problem. – din Feb 12 '16 at 09:37