Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose the hypergeometric functions #1504

Merged
merged 3 commits into from
Mar 24, 2025
Merged

Conversation

WardBrian
Copy link
Member

Closes #1285. Needs stan-dev/math#3165

Note that the somewhat incomplete signatures for 3F2 and pFq are due to those not currently compiling in the math library, see stan-dev/math#3165 (comment)

Submission Checklist

  • Run unit tests
  • Documentation
    • If a user-facing facing change was made, the documentation PR is here: TBD

Release notes

Exposed the hypergeometric_1F0, hypergeometric_2F1, hypergeometric_3F2, and hypergeometric_pFq functions

Copyright and Licensing

By submitting this pull request, the copyright holder is agreeing to
license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)

@WardBrian WardBrian requested a review from andrjohns March 18, 2025 16:22
@WardBrian WardBrian marked this pull request as draft March 18, 2025 16:22
@WardBrian WardBrian marked this pull request as ready for review March 21, 2025 23:29
Copy link
Contributor

@andrjohns andrjohns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brilliant, thanks!

@WardBrian WardBrian merged commit e511e97 into master Mar 24, 2025
1 check passed
@WardBrian WardBrian deleted the hypergeometric-signatures branch March 24, 2025 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose hypergeometric_2F1 and hypergeometric_3F2
2 participants