How to calculate degenerate hypergeometric function of two variables
Show older comments
How to calculate a degenerate hypergeometric function of two variables? There is no such built-in function in matlab.
8 Comments
Walter Roberson
on 8 May 2017
Are those related to Confluent Hypergeometric Functions ? https://en.wikipedia.org/wiki/Confluent_hypergeometric_function
Ronald
on 8 May 2017
Walter Roberson
on 8 May 2017

Walter Roberson
on 8 May 2017
That is the same formula you posted before.
I was not able to find any useful transformation to other functions.
I was not able to find information about "degenerate hypergeometric function" under that name; is there a different name for it?
David Goodmanson
on 8 May 2017
Edited: David Goodmanson
on 8 May 2017
It is indeed called the confluent hypergeometric function in two variables, denoted by phi_1, only the factor u^(g-a-1) above should be (1-u)^(g-a-1). See 'Humbert series' in Wikipedia.
Maybe someday Mathworks will come out with a really good Mathematical Functions toolbox to replace the ad hoc collection of stuff they have now (including user contributions in the File Exchange). It doesn't seem likely any time soon though, because customer demand is taking the toolbox monster in other directions.
Ronald
on 8 May 2017
Walter Roberson
on 8 May 2017
An old post pointed to http://www.mathworks.com/matlabcentral/fileexchange/6218-computation-of-special-functions . Also perhaps see https://www.math.ucla.edu/~mason/research/pearson_final.pdf
David Goodmanson
on 9 May 2017
what values/ranges of a,b,g,x,y are you interested in?
Answers (0)
Categories
Find more on Special Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!