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

Change SS Precedence distribution to 50/20/20/10 #365

Merged
merged 2 commits into from
Sep 27, 2024

Conversation

w7sst
Copy link
Owner

@w7sst w7sst commented Sep 26, 2024

Stations are created with the following distributions for Precedence values:

  • 50% A
  • 20% B
  • 20% U
  • 10% for remaining Q, M, S to be evenly distributed

Also changed Section error injection to 10%.

Issue #364.

Stations are created with the following distributions for Precedence values:
- 50% A
- 20% B
- 20% U
- 10% for remaining Q, M, S to be evenly distributed

Issue #364.
@w7sst w7sst self-assigned this Sep 26, 2024
@w7sst w7sst linked an issue Sep 26, 2024 that may be closed by this pull request
@w7sst w7sst changed the title Change SS Precedence distrubtion to 50/20/20/10 Change SS Precedence distribution to 50/20/20/10 Sep 27, 2024
Copy link
Collaborator

@K6OK K6OK left a comment

Choose a reason for hiding this comment

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

Checked my last serious SS effort, I had 735 QSOs: 37% A, 36% U, 19% B, 5% Q, 4% M and 1% S. But I won't quibble, 50/20/20/10 is close enough. Looks good!

- Precedence distribution: 43% A, 19% B, 28% U, 10% for Q, M and S
- fixed one compiler warning
@w7sst w7sst mentioned this pull request Sep 27, 2024
23 tasks
@w7sst
Copy link
Owner Author

w7sst commented Sep 27, 2024

Jim reported in the code review...

Checked my last serious SS effort, I had 735 QSOs: 37% A, 36% U, 19% B, 5% Q, 4% M and 1% S. But I won't quibble, 50/20/20/10 is close enough. Looks good!

One final change... Based on Jim's feedback, I decided to take an average of the two as follows:

  // Mark, KD0EE, recommends 50% calls are A, 20% B, 20% U, 10% for the rest.
  // Jim, K6OK, reported     37% calls are A, 19% B, 36% U, 10% for the rest.
  // Using the average ...             43% A, 19% B, 28% U, 10% for Q, M and S.

I have updated this review.

@K6OK
Copy link
Collaborator

K6OK commented Sep 27, 2024

Concur with 43% A, 19% B, 28% U, 10% for Q, M and S. No point in trying to refine this further, the actual mix is going to change every year depending on participation.
@w7sst @scotthibbs

@w7sst w7sst merged commit 2eec56c into main Sep 27, 2024
@w7sst w7sst deleted the 364-change-ss-precedence-distribution branch September 27, 2024 16:09
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 SS Precedence distribution to 50/20/20/10
2 participants