Hi Fellow Gophers
I wonder is there a canonical implementation for the Gauss Hypergeometric function?
There's this
proposal that didn't get through.
There's also this
implementation, but it's unclear of its correctness.
By correctness, I mean clear documentation on the underlying algorithm used to evaluate the function.
For example, the R
hypergeo package leverages the transformations listed in Abramhowitz, and applies the best one under the `tol` and `max_iterations` budget.
What package do people mostly use for statistical or mathematical work?