How do you write an upper incomplete gamma function in Matlab?
How do you write an upper incomplete gamma function in Matlab? Y = gammainc( X , A , type ) returns the lower or upper incomplete gamma function. The choices for type are ‘lower’ (the default) and ‘upper’ . Y = gammainc( X , A , scale ) scales the resulting lower or upper incomplete…
Read More “How do you write an upper incomplete gamma function in Matlab?” »