The Predictability Score is not just a random number; it's a robust statistical measure designed to quantify the consistency and reliability of any data series. This page provides a high-level overview of the principles behind our calculation.
At its heart, every predictive system or data set contains two components:
A system is "predictable" when the signal is strong and the noise is low. Our score measures this relationship.
Our algorithm is based on a widely accepted statistical measure called the Coefficient of Variation (CV). The CV is a standardized measure of dispersion, calculated as:
CV = Standard Deviation / |Average|
This formula tells us how large the "noise" (Standard Deviation) is relative to the "signal" (the absolute value of the Average). A lower CV indicates higher predictability.
To make the result intuitive, we convert the raw CV into a simple 0-100 score using an exponential decay function:
Score = 100 * e-CV
This model ensures that:
This approach provides a more rigorous and honest assessment of predictability than a simple linear scale, making it a reliable tool for serious analysis in finance, sports analytics, and business operations.