Pith. sign in

REVIEW 4 major objections 8 minor 25 references

Relative Advantage: Quantifying Performance in Noisy Competitive Settings

T0 review · 4 major / 8 minor · reviewed 2026-08-16 · deepseek-v4-flash

Pith's one-line read This paper establishes that when competitors share an additive environmental effect, the paired difference $R = X_A - X_B$ cancels that effect and predicts better than absolute metrics, with gains up to 28% in classification accuracy.

desk verdict Familiar paired-difference statistics dressed up as a formal framework; the qualitative conclusion holds, but inconsistent SNR definitions and a circular rugby validation undercut the quantitative claims. read the letter →

arxiv 2504.19612 v1 pith:KJIX7ZQT submitted 2025-04-28 physics.data-an

classification physics.data-an
keywords relativeperformancemetricsenvironmentalnoisecancellationsignal-to-noiseratioclassificationaccuracycompetitivesettingsrugbyindicatorsmeasurementmodelseparability
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to establish that in competitive settings where both contestants are exposed to the same environmental conditions, the simple relative measure $R = X_A - X_B$ is a better predictor of who wins than the absolute measurements $X_A$ or $X_B$ alone. The argument is that if observed performance is written as $X_A = \mu_A + \epsilon_A + \eta$ and $X_B = \mu_B + \epsilon_B + \eta$, with $\eta$ the shared environmental effect, subtracting the two removes $\eta$ exactly while preserving the true performance difference $\mu_A - \mu_B$. The paper formalises this as Theorem 2.3, quantifies the benefit through signal-to-noise ratio analysis, and proves that the relative predictor outperforms isolated absolute predictors whenever environmental noise dominates individual variation. Simulations show up to 28% improvement in classification accuracy, and rugby match data confirm that relativised key performance indicators predict outcomes better than absolute ones. A sympathetic reader would care because the result turns a rule of thumb—compare competitors rather than grade them in isolation—into a parameterised, testable theory with a precise condition for when it applies.

What carries the argument

The load-bearing object is the relative transformation $R = X_A - X_B$ applied to the paired measurement model $X_A = \mu_A + \epsilon_A + \eta$, $X_B = \mu_B + \epsilon_B + \eta$, where $\mu$ are true performance levels, $\epsilon$ are competitor-specific normal fluctuations, and $\eta$ is a shared environmental effect. The algebra of subtraction is the mechanism: because $\eta$ enters both equations with the same sign and coefficient, it cancels in the difference, which is Theorem 2.3. The supporting machinery is the signal-to-noise ratio comparison, $\mathrm{SNR}_{\mathrm{rel}}/\mathrm{SNR}_{\mathrm{abs}} = 1 + \sigma_\eta^2/(\sigma_A^2 + \sigma_B^2)$, which becomes large when the environment dominates individual variation, and the related proof that the covariance between $X_A$ and $X_B$ is exactly $\sigma_\eta^2$, so a two-feature absolute predictor can recover the same cancellation by learning weights $(1, -1)$. These components convert a simple differencing heuristic into a theorem with explicit conditions and measurable performance bounds.

What would settle it

Give two competitors a common additive perturbation of known magnitude, first with equal coefficients ($X_A = \mu_A + \epsilon_A + \eta$, $X_B = \mu_B + \epsilon_B + \eta$) and then with unequal coefficients ($X_A = \mu_A + \epsilon_A + c_A \eta$, $X_B = \mu_B + \epsilon_B + c_B \eta$). If the classification accuracy of $R = X_A - X_B$ stays equally high in both cases, the equal-coefficient assumption is not load-bearing; if it drops as $\sigma_\eta$ grows, the theorem's boundary is confirmed.

Watch

Extended reading notes

Core claim

The central discovery is that the difference transformation $R = X_A - X_B$ is a noise-cancelling statistic: under the measurement model in which both observations share an identical additive environmental term, the shared term cancels algebraically, leaving $R = (\mu_A - \mu_B) + (\epsilon_A - \epsilon_B)$. Because the environmental variance $\sigma_\eta^2$ no longer enters the variance of $R$, the signal-to-noise ratio for predicting the outcome improves by the factor $1 + \sigma_\eta^2/(\sigma_A^2 + \sigma_B^2)$ relative to a single absolute measurement. From this, the paper derives that the relative predictor has higher separability, information content, and effect size, and it proves a relative-superiority theorem for binary classification when environmental noise dominates individual variation. The paper also shows that a two-feature absolute predictor (both $X_A$ and $X_B$ as inputs) is mathematically equivalent to the relative predictor, because the optimal linear classifier learns weights $(1, -1)$. The claim is validated empirically: simulations give classification-accuracy improvements up to 28%, and in 127 United Rugby Championship matches, relativised key performance indicators improve AUC by an average of 21.3% over single absolute metrics.

Load-bearing premise

The load-bearing premise is that the shared environmental effect enters both competitors' measurements additively and with exactly the same coefficient, so subtracting $X_A - X_B$ cancels it; if weather, market, or match-official effects differ across competitors, or act multiplicatively, the cancellation and the relative-superiority theorem fail.

Editorial extensions

If this is right

  • When shared environmental noise dominates individual variation, relative difference metrics are predicted to beat single absolute metrics; simulations put the classification-accuracy gain at up to 28%.
  • A model with access to both absolute measurements can implicitly learn the same cancellation, but explicit relativisation achieves it with one feature, making it more data-efficient and easier to interpret.
  • In real-world rugby data, relativised key performance indicators improve match-outcome AUC by an average of 21.3% over single absolute key performance indicators and 5.2% over two-feature absolute key performance indicators.
  • The theoretical bounds $S = \Phi(d/2)$, $I = 1 - H(S)$, and $d = 2|\mu_A - \mu_B|/\sqrt{\sigma_A^2 + \sigma_B^2}$ tie all three performance metrics to one standardised effect size, so any signal-to-noise gain from relativisation yields predictable metric gains.
  • When environmental noise is negligible or the true performance difference is very large, the relative advantage shrinks and absolute metrics can match or outperform the difference score.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The framework can be read as a diagnostic rule: estimate the ratio $\sigma_\eta^2/(\sigma_A^2 + \sigma_B^2)$ in any competitive domain, and the expected benefit of relativisation is determined before collecting outcome labels; this is an extension the paper does not spell out as a decision procedure.
  • If the shared environmental effect is multiplicative or has different coefficients for the two competitors, subtraction no longer cancels it; a testable extension would replace $R = X_A - X_B$ with a ratio or a regression-adjusted residual and compare its signal-to-noise ratio to the additive case.
  • The same cancellation principle should transfer to multivariate performance vectors, but with correlation structure modulating the benefit; the paper lists this as future work, so any claim about multivariate superiority is an inference, not a result.
  • Because the two-feature absolute predictor is shown to converge to the relative predictor, explicit relativisation may be most valuable in small-sample or distribution-shift settings where learning the $(1, -1)$ weights is unreliable; the paper gestures at robustness but does not test it.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 8 minor

Summary. The paper develops a framework for relative performance metrics in two-competitor settings, modeling each observed performance as true ability plus individual noise plus a shared environmental term. It defines the relative predictor R = X_A - X_B, shows algebraically that the shared term cancels, and uses signal-to-noise ratio analysis to argue that relative metrics outperform isolated absolute metrics when environmental noise dominates individual variation. The authors introduce separability, information content, and effect size as complementary metrics, support the theory with simulations across a parameter grid, and illustrate the approach on rugby match data. The central qualitative claim is that relative difference-based metrics give better predictive power than absolute metrics in strongly shared environments, with reported improvements up to about 28% in classification accuracy.

Significance. If the quantitative claims are made rigorous, the paper would provide a useful formalization of a widely used but rarely axiomatized idea: subtracting shared context improves performance comparison. The strengths are the transparent additive-noise model, the explicit cancellation algebra, the clear simulation protocol (1000 trials, fixed seed, multiple parameter configurations), and the real-data application to rugby KPIs. The result that a two-feature absolute predictor can implicitly learn the same difference rule is also conceptually valuable. However, the numerical support is currently undermined by inconsistent SNR definitions, by a circular rugby validation that estimates the environmental-noise ratio from the very improvement it is meant to validate, and by the paper's own acknowledgment that the perfect-sharing assumption is the mechanism on which all theorems rest. These issues are load-bearing for the quantitative claims, so the manuscript needs substantial revision before the reported magnitudes can be accepted.

major comments (4)
  1. [Section 2.4, Eqs. (7), (11), (46); Section 3.5.1, Eq. (39)] The SNR improvement ratio is defined inconsistently across the paper. Eq. (7) compares the relative metric with a two-feature absolute baseline, giving 1 + 2σ_η^2/(σ_A^2 + σ_B^2), while Eq. (11) compares with a single-feature baseline, giving (σ_A^2 + σ_η^2)/(σ_A^2 + σ_B^2) = 1 + (σ_η^2 - σ_B^2)/(σ_A^2 + σ_B^2). Eq. (46), written for σ_A = σ_B = σ, gives 1 + σ_η^2/σ^2, which follows from Eq. (7) and not from Eq. (11); Eq. (39) similarly drops the -σ_B^2 term. Because Section 5.4, Figure 5, and the rugby estimates in Section 5.7.2 all use these ratios, the quantitative claims are not well-defined. The paper must specify a single baseline for each claim and derive one consistent formula. In addition, classification accuracy depends on the SNR through Φ(√SNR), so an observed 21.3% improvement in accuracy or AUC cannot be inserted as a 1.213-fold SNR improvement in Eq. (51).
  2. [Section 5.7.2-5.7.4] The real-world validation is circular as presented. The paper estimates σ_ηi/σ_indiv from the observed improvement using its own formula (Eq. 50), then uses that estimate (≈0.46) to assert alignment with simulations and to fill Table 9. There is no independent measurement of match-to-match environmental noise. This procedure calibrates the model to the data; it does not validate it. To support the validation claim, estimate the environmental noise from external information (for example, repeated observations of the same teams under varying conditions, or fixture-level covariates), or explicitly label Section 5.7 as a parameter-calibration exercise rather than validation.
  3. [Section 2.2-2.3 and Section 6.5] The central cancellation result depends on the assumption that the environmental term enters both measurements additively with exactly the same coefficient. Under the natural heterogeneous model X_A = μ_A + ε_A + γ_A η and X_B = μ_B + ε_B + γ_B η, the residual (γ_A - γ_B)η remains in R, and Var(R) contains (γ_A - γ_B)^2 σ_η^2; as σ_η grows, this term can erase the relative advantage instead of creating it. A multiplicative common effect is likewise not removed by subtraction. Section 6.5 lists 'Perfect Environmental Sharing' as a limitation, but this is the load-bearing premise of Theorem 2.3 and all downstream claims, not a peripheral caveat. Please either restrict the main claims to the exact additive identical-sharing model and add a sensitivity analysis for heterogeneous or multiplicative shared effects, or demonstrate conditions under which the qualitative conclusion survives.
  4. [Section 2.4.3, Eqs. (22)-(25)] The argument that a constant factor of four 'does not affect classification boundary orientation' is not a proof of equivalence. In the LDA calculation, the squared Mahalanobis distance is D^2 = SNR_two-abs, and classification accuracy is Φ(D/2); a four-fold difference in D^2 corresponds to a two-fold difference in D and would, in general, change accuracy. The empirical equivalence in Tables 4-5 follows because, with σ_A = σ_B, the optimal LDA direction is exactly proportional to (1,-1), so the two-feature classifier reduces to R. The factor-of-four computation should be replaced by an explicit argument showing that the optimal direction is the relative difference and that classification accuracy is Φ(√SNR_rel) in both cases.
minor comments (8)
  1. [Section 2.1, Theorem 2.1] The factorization in Eq. (1) is asserted without showing that R and U are independent; with unequal σ_A and σ_B, the transformation (R,U) has nonzero covariance, so the proof needs additional assumptions or a corrected argument.
  2. [Appendix A.6, Eqs. (71)-(72)] The likelihood-ratio expression contains the ratio of indicator functions 1_{r>0}/1_{r<0}, which is undefined; replace it with the ordinary density ratio and then derive the threshold rule.
  3. [Section 5.1, Table 5] Please clarify how the single-feature absolute predictor achieves 99.1% accuracy with AUC ≈ 0.49; state the class balance and threshold rule used for accuracy.
  4. [Section 5.6] The paragraph descriptions of Figure 6 are repeated nearly verbatim within the same section; remove the duplication.
  5. [Section 5.7.2, Eq. (53)] Using AUC-ROC directly as the separability S in I = 1 - H(S) is an unstated identification; justify this step or replace it with an appropriate calibration.
  6. [Section 5.8.1, Table 8] The 'Our Equivalent Result' column lacks derivations, and prior studies report empirical improvements rather than SNR ratios under the current model; add a transparent mapping or remove the quantitative comparison.
  7. [Section 2.1, Axiom 4] Axiom 4 states a mathematical result (minimizing expected squared error under normality and independence) rather than a property of relative metrics; reclassify it as a theorem or explicit assumption.
  8. [Introduction] The introduction contains a duplicated sentence and duplicated citation formatting, for example 'Bornn et al. Bornn et al. (2021)'; please clean these up.

Circularity Check

2 steps flagged · score 4.0 of 10

Core cancellation algebra is self-contained; the rugby 'validation' inverts the paper's own SNR formula to estimate σ_η, and the Section 3.4 'bounds' restate definitions—partial circularity in supporting claims only.

  1. fitted input called prediction [Section 5.7.2, Eqs. (50)-(52); Section 5.7.4]
    "We can estimate the environmental noise ratio σηi/σindiv in rugby using our theoretical framework from Section 3.3. According to Theorem 2.5, the SNR improvement from relativisation is: SNRrel/SNRabs = 1 + σ^2_ηi/σ^2_indiv. Given the observed average improvement of 21.3%, we can estimate: 1 + σ^2_ηi/σ^2_indiv ≈ 1.213. Solving ... σηi/σindiv ≈ √0.213 ≈ 0.46. ... The relativisation benefits observed in rugby KPIs closely align with our simulation results."

    The only source of the environmental-noise ratio is the observed improvement itself: Eqs. (50)-(52) solve the paper's own SNR-improvement formula for σηi/σindiv after inserting the measured 21.3% improvement. Section 5.7.4 then uses that inferred ratio to assert that the rugby results 'closely align' with simulations. Because the same formula generates both the parameter estimate and the predicted improvement, the comparison is tautological: observed improvement → inferred ση → 'predicted' improvement. No independent measurement of match-level environmental noise is provided, so this validation cannot fail and does not test Theorem 2.5.

  2. self definitional [Section 3.4, Eqs. (34)-(35) and Theorems 3.1-3.3]
    "S = Φ(d/2) (34); I = 1−H(Φ(d/2)) (35). Theorem 3.1 (Separability Bounds). The maximum achievable separability for a given effect size is: Smax = Φ(|µA−µB|/sqrt(σ_A^2+σ_B^2)) = Φ(d/2)."

    Eq. (27) defines S = Φ(d/2) and Eq. (28) defines I = 1−H(Φ(d/2)), yet Theorem 3.1 asserts the same expression as the 'maximum achievable separability' and Theorem 3.2 asserts the same expression as 'maximum achievable information content'; their proofs merely substitute the model's normal-distribution result. Theorem 3.3 likewise restates the definition d = 2|µA−µB|/√(σ_A^2+σ_B^2) as a 'constraint'. These are definitions presented as derived bounds, not independent mathematical limits. They do not infect the Section 2 SNR derivation, but they inflate the framework's theoretical contribution.

full rationale

The main derivation in Section 2 is not circular: given the additive-shared-noise model X_A=μ_A+ε_A+η and X_B=μ_B+ε_B+η, R=X_A−X_B cancels η by algebra, and the SNR ratios in Theorems 2.3-2.5 follow from standard variance calculations with no fitted parameters; the 28% simulation result is generated from controlled parameter values, not from the data. The circularity is confined to two supporting moves. First, the rugby validation (Section 5.7.2) estimates the unobserved environmental-noise ratio by inverting Theorem 2.5's improvement formula on the observed 21.3% improvement (Eqs. 50-52), then Section 5.7.4 cites that inferred ratio to claim alignment with simulations; the agreement is therefore constructed from the same relationship it is supposed to validate. Second, Theorems 3.1-3.3 in Section 3.4 present the definitions S=Φ(d/2), I=1−H(Φ(d/2)), and d=2|μ_A−μ_B|/√(σ_A^2+σ_B^2) as 'theoretical bounds'; the proofs substitute the definitions, so these 'bounds' are not independent derivations. Self-citations to Scott et al. (2023a) and Bennett et al. provide the rugby KPI list and context, but the relative-vs-absolute AUC comparison is computed in this paper, so they are not load-bearing circularity. Overall, the central algebraic claim remains self-contained; the score reflects the partial circularity in the validation and bound presentations.

Assumptions & free parameters 1 free parameters · 5 assumptions · 0 invented entities

The central cancellation result rests on the additive common-noise model, and no genuinely new entity is introduced. The only fitted parameter used in the validation loop is the rugby noise ratio, which is inferred from the same outcome data it is claimed to explain. The remaining simulation parameters are experimental settings, not free parameters of the derivation.

free parameters (1)
  • rugby environmental-to-individual noise ratio sigma_eta_i/sigma_indiv = approximately 0.46 overall; per-KPI values 0.51, 0.45, 0.39
    Inferred from the observed 21.3% AUC improvement using the paper's own SNR formula (Section 5.7.2, Eq. 52, and Section 5.7.3, Eq. 54). It is then used to claim agreement between simulations and rugby data, so it is fitted rather than independently measured.
assumptions (5)
  • domain assumption The shared environmental effect eta enters additively and identically in both measurements: X_A = mu_A + epsilon_A + eta and X_B = mu_B + epsilon_B + eta.
    Used in Section 2.2 (Eqs. 2-3) and Theorem 2.3. If the environmental effect is not identical, or not additive, subtraction does not cancel it.
  • domain assumption Competitor-specific errors epsilon_A and epsilon_B are independent of each other and of eta, with finite variances.
    Assumption 2 in Appendix A.2 and Section 2.2; needed for Var(R) = sigma_A^2 + sigma_B^2 and for the SNR expressions.
  • domain assumption epsilon_A, epsilon_B, and eta are normally distributed.
    Section 2.2, justified by the central limit theorem. Needed for separability S = Phi(d/2), likelihood-ratio optimality, and Theorem 2.4.
  • domain assumption Equal competitor variances sigma_A^2 = sigma_B^2 are assumed when deriving Eq. (46) and when claiming the optimal decision boundary is X_A - X_B = 0.
    Section 5.2 (after Eq. 44) and Section 5.4 Eq. (46). The paper uses this symmetry to simplify SNR improvement ratios and boundary formulas.
  • ad hoc to paper Squared error is the appropriate criterion for estimating the true performance difference, so X_A - X_B is declared optimal in Axiom 4.
    Section 2.1 Axiom 4; this is a normative modeling choice, not derived from the measurement model.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Relative Advantage: Quantifying Performance in Noisy Competitive Settings." pith.science (2026). https://pith.science/paper/KJIX7ZQT

@misc{pith2026250419612,
  author       = {Pith},
  title        = {Pith review of: Relative Advantage: Quantifying Performance in Noisy Competitive Settings},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/KJIX7ZQT}},
  note         = {Machine review of arXiv:2504.19612}
}
read the original abstract

Performance measurement in competitive domains is frequently confounded by shared environmental factors that obscure true performance differences. For instance, absolute metrics can be heavily influenced by factors as varied as weather conditions in sports, prevailing economic climates in business evaluations, or the socioeconomic background of student populations in education. This paper develops a unified mathematical framework for relative performance metrics that systematically eliminates shared environmental effects through a principled transformation that will help improve interpretation of performance metrics. We formalise the mechanism of environmental noise cancellation using signal-to-noise ratio analysis and establish theoretical bounds on metric performance. Through comprehensive simulations across diverse parameter configurations, we demonstrate that relative metrics consistently outperform absolute ones under specified conditions, with improvements up to 28\% in classification accuracy when environmental noise dominates individual variations. As an example, we validate the mathematical framework using real-world rugby performance data, confirming that relativised metrics provide substantially better predictive power than their absolute counterparts. Our approach offers both theoretical insights into the conditions governing metric effectiveness and practical guidance for measurement system design across competitive domains from sports analytics to financial performance evaluation and healthcare outcomes research.

Figures

Figures reproduced from arXiv: 2504.19612 by the authors.

Figure 1
Figure 1. Theoretical relationships between performance metrics. (a) Effect size ( [PITH_FULL_IMAGE:figures/full_fig_p012_1.png] view at source ↗
Figure 2
Figure 2. Conceptual framework for relativisation. (a) The measurement model illustrates how observed performance [PITH_FULL_IMAGE:figures/full_fig_p018_2.png] view at source ↗
Figure 3
Figure 3. Comparison of ROC curves and decision boundaries for absolute and relative predictors. (a) Receiver [PITH_FULL_IMAGE:figures/full_fig_p019_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Parameter landscape showing the benefits of relativisation as a function of environmental noise, individual [PITH_FULL_IMAGE:figures/full_fig_p022_4.png]
Figure 5
Figure 5. Figure 5: Impact of noise relativization on signal-to-noise ratio (SNR) and related metrics. (a) Theoretical SNR [PITH_FULL_IMAGE:figures/full_fig_p023_5.png]
Figure 6
Figure 6. Figure 6: Visualization of noise cancellation through relativisation. (a) Probability density distributions of the [PITH_FULL_IMAGE:figures/full_fig_p024_6.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

25 extracted references · 22 canonical work pages

  1. [1]

    Barak, A. (2012). Proportionality: Constitutional Rights and their Limitations . Cambridge University Press, Cambridge

  2. [2]

    A., Locke, D., and Kilduff, L

    Bennett, M., Bezodis, N., Shearer, D. A., Locke, D., and Kilduff, L. P. (2019). Descriptive conversion of performance indicators in rugby union. Journal of Science and Medicine in Sport , 22(3):330--334

  3. [3]

    E., Shearer, D

    Bennett, M., Bezodis, N. E., Shearer, D. A., and Kilduff, L. P. (2021). Predicting performance at the group-phase and knockout-phase of the 2015 rugby world cup. European Journal of Sport Science , 21(3):312--320

  4. [4]

    Berrar, D., Lopes, P., and Dubitzky, W. (2019). Incorporating domain knowledge in machine learning for soccer outcome prediction. Machine Learning , 108(1):97--126

  5. [5]

    Boll, S. F. (1979). Suppression of acoustic noise in speech using spectral subtraction. IEEE Transactions on acoustics, speech, and signal processing , 27(2):113--120

  6. [6]

    Bornn, L., Cervone, D., and Fernandez, J. (2021). Spatiotemporal analysis of team sports. Annals of Applied Statistics , 15(2):773--794

  7. [7]

    Boulier, B. L. and Stekler, H. O. (2003). Predicting the outcomes of national football league games. International Journal of Forecasting , 19(2):257--270

  8. [8]

    Carhart, M. M. (1997). On persistence in mutual fund performance. The Journal of Finance , 52(1):57--82

Show all 25 references
  1. [9]

    Dixon, M. J. and Coles, S. G. (1997). Modelling association football scores and inefficiencies in the football betting market. Journal of the Royal Statistical Society: Series C (Applied Statistics) , 46(2):265--280

  2. [10]

    Fama, E. F. and French, K. R. (1993). Common risk factors in the returns on stocks and bonds. Journal of Financial Economics , 33(1):3--56

  3. [11]

    and Simmons, R

    Forrest, D. and Simmons, R. (2000). Forecasting sports results: The football pools and the efficient market hypothesis. Journal of Forecasting , 19(1):51--66

  4. [12]

    Foster, J., Greer, J., and Thorbecke, E. (2010). The Foster – Greer – Thorbecke ( FGT ) poverty measures: 25 years later. Journal of Economic Inequality , 8(4):491--524

  5. [13]

    Hanushek, E. A. and Rivkin, S. G. (2010). Generalizations about using value-added measures of teacher quality. American Economic Review , 100(2):267--271

  6. [14]

    Hughes, M. D. and Bartlett, R. M. (2002). The use of performance indicators in performance analysis. Journal of Sports Sciences , 20(10):739--754

  7. [15]

    Iezzoni, L. I. (1997). Risk Adjustment for Measuring Healthcare Outcomes . Health Administration Press Chicago, Chicago

  8. [16]

    L., Buoye, A., and Ball, J

    Keiningham, T. L., Buoye, A., and Ball, J. (2015). Competitive context is everything: Moving from absolute to relative metrics. Global Economics and Management Review , 20(1):18--25

  9. [17]

    Mahalanobis, P. C. (1936). On the generalised distance in statistics. Proceedings of the National Institute of Sciences of India , 2(1):49--55

  10. [18]

    Normand, S.-L. T. and Shahian, D. M. (2016). Statistical methods for profiling providers of medical care: issues and applications. Journal of the American Statistical Association , 111(516):1472--1484

  11. [19]

    Ricardo, D. (1817). On the Principles of Political Economy and Taxation . John Murray, London. Reprinted in P. Sraffa (Ed.), The Works and Correspondence of David Ricardo, Vol. 1, Cambridge: Cambridge University Press, 1951

  12. [20]

    A., Bezodis, N., Waldron, M., Bennett, M., Church, S., Kilduff, L

    Scott, G. A., Bezodis, N., Waldron, M., Bennett, M., Church, S., Kilduff, L. P., and Brown, M. R. (2023a). Performance indicators associated with match outcome within the united rugby championship. Journal of Science and Medicine in Sport , 26(1):63--68

  13. [21]

    A., Edwards, O., Bezodis, N

    Scott, G. A., Edwards, O., Bezodis, N. E., Waldron, M., Roberts, E., Pyne, D. B., Mara, J., Cook, C., Mason, L., Brown, M. R., and Kilduff, L. P. (2023b). Classifying winning performances in international women's rugby union. International Journal of Sports Physiology and Perf...

  14. [22]

    Shannon, C. E. (1948). A mathematical theory of communication , volume 27. University of Illinois Press

  15. [23]

    Sharpe, W. F. (1994). The sharpe ratio. The Journal of Portfolio Management , 21(1):49--58

  16. [24]

    and Pollard, R

    Stefani, R. and Pollard, R. (2011). The methodology of officially recognized international sports rating systems. Journal of Quantitative Analysis in Sports , 7(1)

  17. [25]

    Tatsuoka, M. M. (1971). Multivariate Analysis: Techniques for Educational and Psychological Research . John Wiley & Sons Inc

Pith tools

Reviewed August 16, 2026 · model on record in the stance chip above.