What's the difference between gammainc & igamma? Which one should I use to compute incomplete upper gamma function? Which one is scaled??

3 次查看(过去 30 天)
Incomplete upper gamma function

采纳的回答

John D'Errico
John D'Errico 2018-6-25
igamma lives in the stats toolbox. It gives you an upper tail integral.
gammainc lives in MATLAB proper. gammainc is scaled.
The two functions also swap meanings of the arguments. So be careful.
1 - igamma(5,2)/gamma(5)
ans =
0.0526530173437112
gammainc(2,5)
ans =
0.0526530173437111

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Special Functions 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by