Hi Fellow Gophers I wonder is there a canonical implementation for the Gauss Hypergeometric function?
https://en.wikipedia.org/wiki/Hypergeometric_function There's this proposal <https://github.com/golang/go/issues/24241> that didn't get through. There's also this implementation <https://pkg.go.dev/scientificgo.org/special#HypPFQ>, 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 <https://cran.r-project.org/web/packages/hypergeo/hypergeo.pdf> 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? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/golang-nuts/477d6e0f-19d5-4a90-8970-93880b8a3b96n%40googlegroups.com.