Login Page - Create Account

Technical Studies Reference


Rate of Change - Percentage

This study calculates and displays the Percent Change of the data specified by the Input Data Input over a period specified by the Length Input.

Let \(X\) be a random variable denoting the Input Data, and let \(X_t\) be the value of the Input Data at Index \(t\). Let the Inputs Length and Multiplication Factor be denoted as \(n\) and \(v\), respectively. Then we denote the Rate of Change - Percentage at Index \(t\) for the given Inputs as \(ROC_t(X,n,v)\), and we compute it for \(t \geq n\) as follows.

\(\displaystyle{ROC_t(X,n,v) = \frac{X_t - X_{t - n}}{X_{t - n}}\cdot v}\)

This study displays a true Percent Change only if \(v = 100\).

Inputs

Spreadsheet

The spreadsheet below contains the formulas for this study in Spreadsheet format. Save this Spreadsheet to the Data Files Folder.

Open it through File >> Open Spreadsheet.

Rate_of_Change_-_Percentage.37.scss


*Last modified Monday, 03rd October, 2022.