Skip to content

fix(owl/stats): use correct paramterised gaussian - #694

Merged
jzstark merged 1 commit into
owlbarn:mainfrom
maxkuttner:fix-gaussian
Sep 23, 2025
Merged

fix(owl/stats): use correct paramterised gaussian#694
jzstark merged 1 commit into
owlbarn:mainfrom
maxkuttner:fix-gaussian

Conversation

@maxkuttner

Copy link
Copy Markdown
Contributor

The function std_gaussian_rvs does not accept any parameters like mu or sigma. Thus, exponpow_rvs() shall call the paramterised function
gaussian_rvs(mu, sigma) to generate gaussian
random variables.

Fixes #693

The function `std_gaussian_rvs` does not accept any
parameters like mu or sigma. Thus, `exponpow_rvs()`
shall call the paramterised function
`gaussian_rvs(mu, sigma)` to generate gaussian
random variables.
@maxkuttner

Copy link
Copy Markdown
Contributor Author

@jzstark could I ask you for a quick review?

@jzstark
jzstark merged commit 3e66ccb into owlbarn:main Sep 23, 2025
1 check passed
@jzstark

jzstark commented Sep 23, 2025

Copy link
Copy Markdown
Collaborator

@maxkuttner Thank you so much for this fix! Looks great!

@maxkuttner
maxkuttner deleted the fix-gaussian branch September 23, 2025 16:42
@tristan-f-r tristan-f-r mentioned this pull request Jul 1, 2026
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.

Error Install Owl 1.2

2 participants