symbolic integration for chi-square distribution
Afficher commentaires plus anciens
I want to do following integration:
syms x y
F = @(x,y)chi2pdf(y,2).*chi2pdf(x,1);
fp = int(int(F,y,x-3,100),x,0,100);
However, it does not show an explicit number. Is there any way to carry out the integration? Thank you.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Noncentral Chi-Square Distribution dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!