An open API service indexing awesome lists of open source software.

https://github.com/michael-borck/bowling-scoring-mathematics

Formalizes ten-pin bowling scoring as a mathematical object, analyzing its domain, recursive structure, state space, symmetry properties, and score distributions.
https://github.com/michael-borck/bowling-scoring-mathematics

bowling formal-methods mathematical-analysis mathematics probability-distribution research scoring-system teaching

Last synced: 14 days ago
JSON representation

Formalizes ten-pin bowling scoring as a mathematical object, analyzing its domain, recursive structure, state space, symmetry properties, and score distributions.

Awesome Lists containing this project

README

          

# The Mathematics of Ten-Pin Bowling

**A Formal Analysis of the Traditional Scoring System**

This project develops a rigorous mathematical treatment of the traditional ten-pin bowling scoring function. We characterise the scoring system as a formal object -- defining its domain, range, recursive structure, state space, symmetry properties, dependency graph, and score distribution -- and investigate extremal problems, information content, and natural generalisations.

## Target Venue

Mathematics Magazine, The College Mathematics Journal, or The American Mathematical Monthly

## Project Structure

```
data/ Computed distributions and tables
src/ Core scoring and distribution code
notebooks/ Exploratory analysis notebooks
figures/ Publication-quality figures
paper/ Manuscript drafts and research plan
references/ Key papers and background material
tests/ Unit tests
```

## Related Projects

This is one of three papers in a series on bowling scoring mathematics:

1. **Skill, Sequence, and Scoring** (JQAS) -- scoring system comparison via simulation
2. **Win Probability Analysis** (JQAS) -- in-game win probability model
3. **This paper** (Mathematics Magazine) -- pure mathematical analysis of the scoring function

## Key References

- Cooper & Kennedy (1990). "A Generating Function for the Distribution of the Scores of all Possible Bowling Games." *Mathematics Magazine*, 63(4), 239-243
- Hohn (2009). "Generalized Probabilistic Bowling Distributions." WKU Masters Thesis
- Balmoral Software. "All About Bowling Scores." balmoralsoftware.com
- VanDerwerken & Kenter (2018). "A Generative Markov Model for Bowling Scores." *JQAS*, 14(4), 213-226