Model

I used the same model for all graphs, but a different formula for yardage.

I used a Gaussian Predictive Model (GPM) to calculate the average score to par, driving distance, and course yardage based on data from 91 PGA golf courses.

For the first two graphs -

The model follows the formula:

\[ y_i = \mu + \epsilon_i \]

Where:

\[ \epsilon_i \sim \mathcal{N}(0, \sigma^2) \]

For the last graph, the model follows the formula

\[ score_i = \beta_0 + \beta_1 \cdot yardage_i + \epsilon_i \] Where:

\[ \epsilon_i \sim \mathcal{N}(0, \sigma^2) \]

Details about results of the model for the first graph -

Characteristic

Beta

95% CI

1
(Intercept) -0.01 -0.33, 0.32
1

CI = Credible Interval

Details about results of the model for the second graph -

Characteristic

Beta

95% CI

1
(Intercept) 288 287, 290
1

CI = Credible Interval

Details about results of the model for third graph -

Characteristic

Beta

95% CI

1
(Intercept) 7,221 7,183, 7,261
1

CI = Credible Interval