Skip to content

MAINT: refactor bivariate normal functions - #256

Merged
dschmitz89 merged 1 commit into
scipy:mainfrom
fbourgey:bivariate_normal
Aug 22, 2026
Merged

MAINT: refactor bivariate normal functions#256
dschmitz89 merged 1 commit into
scipy:mainfrom
fbourgey:bivariate_normal

Conversation

@fbourgey

Copy link
Copy Markdown
Member

Reference issue

What does this implement/fix?

As I was working on adding the trivariate normal cdf (see #98), I think we should move the bivariate normal cdf to a separate file for maintainability.

Additional information

AI Generation Disclosure

Asked Codex to make the move for me and checked what it did.

@github-actions github-actions Bot added the Maintenance Items related to regular maintenance tasks label Aug 20, 2026
@fbourgey fbourgey changed the title MAINT: move bivariate normal functions MAINT: refactor bivariate normal functions Aug 20, 2026
return false;
}

// Positive nodes and weights of symmetric Gauss-Legendre rules on [-1, 1].

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

added this small comment

@fbourgey
fbourgey requested a review from dschmitz89 August 20, 2026 20:48
@fbourgey

Copy link
Copy Markdown
Member Author

@j-bowhay does this look good to you?

@j-bowhay j-bowhay left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Seems reasonable

@fbourgey

Copy link
Copy Markdown
Member Author

ok to merge?

@dschmitz89
dschmitz89 merged commit 101ee41 into scipy:main Aug 22, 2026
10 checks passed
@fbourgey
fbourgey deleted the bivariate_normal branch August 22, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Maintenance Items related to regular maintenance tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants