Skip to content

Conversation

maitbayev
Copy link
Contributor

The mode for F-distribution is defined when df1 > 2 according to https://en.wikipedia.org/wiki/F-distribution. It is also reasonable since df2 * (df1 - 2) / (df1 * (df2 + 2)) becomes zero or negative when df1 <= 2

The mode for F-distribution is defined when `df1 > 2` according to https://en.wikipedia.org/wiki/F-distribution. It is also reasonable since `df2 * (df1 - 2) / (df1 * (df2 + 2))` becomes zero or negative when `df1 <= 2`
Copy link
Member

@mborland mborland left a comment

Choose a reason for hiding this comment

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

Other than the value the policy is reporting on failure this looks to be correct.

Co-authored-by: Matt Borland <matt@mattborland.com>
@maitbayev
Copy link
Contributor Author

@mborland Good catch. Addressed the comment

@mborland mborland merged commit 109a814 into boostorg:develop Apr 14, 2023
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.

2 participants