Scoring

Chasing Birdies supports scoring in multiple ways:

Standard USGA Rules

Everything you've ever wanted to know about USGA handicapping and scoring is located here: 

https://www.usga.org/content/usga/home-page/handicapping/world-handicap-system/world-handicap-system-usga-golf-faqs.html

How do I know when I am given a stroke on a hole?

How do I know when I give a stoke?

Simple answer:

The app shows a black dot at the top of the screen whenever you are given a stroke.  See image below!

Being "given a stroke" means your net score will be one less than your gross score on that hole.  e.g. if it took you 5 strokes to go from tee to cup on that hole, your gross score is 5 and your net score will be 4.

If you are given multiple strokes, you'll see multiple black dots.  A maximum of 4 strokes can be given on a hole.  A 4 stroke advantage on a single hole means your handicap is at least 55 on 18 holes.

If you are giving a stroke (you are a plus handicapper, i.e. shoot better than par on average), you will see a little red square instead on holes that you give up a stroke.

"Giving a stroke" means your net score will be one MORE than your gross score on that hole.  e.g. if it took you 4 strokes to go from tee to cup on that hole, your gross score is 4 and your net score will be 5.

Detailed answer...

What is Adjusted Gross Score? Why is it used in handicap calculations?

Adjusted Gross Score, or AGS, is essentially "limit how high of a single hole score is used when calculating handicap".  This is to prevent a single "blow up" hole from wrecking your handicap.  It also prevents wild fluctuations in handicap from one week to the next; it "smooths the curve" over time if you plot your handicap from week to week.

AGS is determined under USGA guidelines as essentially the following:

AGS for a round is always equal to or less than the gross score.

How is handicap calculated?

This is the million dollar question.  Answer is, it's not complex, but it is complicated.  There are several factors that come into play:

Given all that, here's the formula:

handicap = (sum((AGS(selectedScore) - CourseRating) * (113 / CourseSlope)) / # of selectedScores) * HandicapNormalizationConstant * ((sum(CourseSlope) / count(selectedScore)) / 113) - ((sum(CourseRating) / count(selectedScore) - sum(CoursePar) / count(selectedScore))



Simplified Local Rules

The standard USGA method of calculating handicaps is extremely useful when attempting to compare scores from different courses.  But what if you are always comparing the scores on a given course?  For example, when you're in a league that always plays the same course each week?

This is where Chasing Birdies can let the league choose to follow a much simpler interpretation of the USGA standard.  People tend to like the simplicity of this approach, even though it may technically not be as accurate.


Using this approach introduces some difficulties with the standard, specifically -- when do you give / take a stroke if hole index is not used?  Simple answer: you don't!

Handicap formula:

handicap = max(0, round(sum(SAGS(selectedScore) - par) / count(selectedScore))