Given i.i.d. , and , looking for:
- accurate closed form distribution approximation of
- asymptotic (exponential?) approximation of same product
This is a special case of a more general question.
Given i.i.d. , and , looking for:
This is a special case of a more general question.
Respostas:
It is possible to obtain an exact solution in the zero-mean case (part B).
The Problem
Let denote iid variables, each with common pdf :
We seek the pdf of , for
Solution
The pdf of the product of two such Normals is simply:
... where I am using the TransformProduct
function from the mathStatica package for Mathematica. The domain of support is:
The product of 3, 4, 5 and 6 Normals is obtained by iteratively applying the same function (here four times):
... where MeijerG
denotes the Meijer G function
By induction, the pdf of the product of iid random variables is:
Quick Monte Carlo check
Here is a quick check comparing:
Looks fine! [ the blue squiggly Monte curve is obscuring the exact red-dashed curve ]