le problème suivant est apparu récemment lors de l'analyse des données. Si la variable aléatoire X suit une distribution normale et Y suit une distribution (avec n ddl), comment distribué? Jusqu'à présent, je suis venu avec le pdf de :
ainsi que quelques simplifications pour l'intégrale de convolution ( a le pdf χ 2 m avec m dof):
Quelqu'un voit-il un bon moyen de calculer cette intégrale pour tout t réel ou doit-il être calculé numériquement? Ou est-ce que je manque une solution beaucoup plus simple?
Réponses:
In case it helps, the variableY2 is a generalised gamma random variable (see e.g., Stacy 1962). Your question is asking for the distribution of the sum of a chi-squared random variable and a generalised gamma random variable. To my knowledge, the density of the resultant variable has no closed form expression. Hence, the convolution you have obtained is an integral with no closed form solution. I think you're going to be stuck with a numerical solution for this one.
Stacy, E.W. (1962). A Generalization of the Gamma Distribution. Annals of Mathematical Statistics 33(3), pp. 1187-1192.
la source
This is a hint only. Pearson type III can be Chi-squared. Sometimes a convolution can be found by convolving something with itself. I managed to do this for convolving ND and GD, for which I convolved a Pearson III with itself. How this works with ND2 and Chi-Squared, I am not sure. But, you asked for hints, and this is a general hint. That should be enough to get you started, I hope.
la source