Suppose i have a sample $x_1,...x_n$ from a random variable $X$ that is supposed to be infinitely divisible.
Since $X$ is $2$-divisible, there exists $Y$ and $Z$, independant and with the same distribution, such that $Y+Z$ has the same distribution as $X$. Namely, the laplace transform of $Y$ and $Z$ is the root square of the Laplace transform of $X$.
My goal is to construct samples $y_1,...y_n$ and $z_1,...z_n$ such that:
- (hard constraint) for all i, $x_i = y_i + z_i$
- (soft constraint, i.e. probably the loss) $y_1,...y_n$ and $z_1,...z_n$ are as i.i.d. as possible.
The second constraint could evidently never be satisfied fully and should proabbly be represented as the loss of the problem, while the first one is sctrict and must be fullfilled.
Do you know how i could do such a thing ? Is there some kind of literature on these concerns and potential algorithmic approaches, or some nomenclature that I do not have (my bad wording might be the reason I find nothing..).
Thanks !
PS: Halving a discrete random variable? seems related.
PPS: I did not precise it, but all the values i'm considering are positives reals. The distributions are all defined on $\mathbb R_+$, the available $x_i$ are in $\mathbb R_+$, and so must be the $y_i,z_i$.