symbolic integration for chi-square distribution
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Hypothesis Tests finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!