relativechange
Relative change is a measure of how much a quantity has changed relative to its initial value. It is commonly defined as (x1 − x0) / x0, where x0 is the initial value and x1 is the final value. When expressed as a percentage, it is 100 × (x1 − x0) / x0 and is known as percent change. In programming and data analysis, the term relativechange is often used as a variable name or function to compute this quantity.
An example: from 50 to 75 yields a relative change of (75 − 50)/50 = 0.5, or 50%. A
Relative change contrasts with absolute change, which is simply x1 − x0 and has no normalization by
Limitations include dependence on the baseline value and inapplicability when x0 = 0, since division by zero
Applications span economics, finance, population studies, and any field comparing quantities over time or across groups.