Skip to content

Conversation

@MichaelOwenDyer
Copy link
Member

  • Added a CHANGELOG.md entry

Summary

This PR renames the parameter of the Zeta distribution from a to s.

The associated plot at https://raw.githubusercontent.com/rust-random/charts/main/charts/zeta.svg will need to be updated as well.

Motivation

Closes #1461.

Details

  • Refactored Zeta attribute a_minus_one to s_minus_one
  • Refactored ZetaError::ATooSmall to ZetaError::STooSmall (breaking change)
  • Updated Display impl for ZetaError
  • Updated documentation, comments

@dhardy dhardy merged commit 763dbc5 into rust-random:master Jul 10, 2024
MichaelOwenDyer added a commit to rust-random/charts that referenced this pull request Jul 11, 2024
@MichaelOwenDyer MichaelOwenDyer deleted the rename-zeta-parameter branch July 11, 2024 11:21
benjamin-lieser pushed a commit to benjamin-lieser/rand that referenced this pull request Feb 5, 2025
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.

CHANGE: Change parameter of Zeta distribution from a to s

2 participants