Processing math: 100%
Login Page - Create Account

Technical Studies Reference


Chikou Span


Description

Calculates and displays a Chikou Span (aka Lagging Span) of the data specified by the Input Data Input.

Let X be a random variable denoting the Input Data, and let Xt be the value of the Input Data at Index t. Let the Input Chikou Span Length be denoted as n. Let i denote a value of the Index between 0 and the current Index t. Then we denote the Chikou Span at Index i for the given Inputs as CSi(X,n), and we compute it as follows.

CSin(X,n)={00i<nXinit

This is equivalent to the following, more intuitive, formula.

CSi(X,n)={Xi+n0itn0tn<it

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.

Chikou_Span.195.scss


*Last modified Friday, 24th January, 2025.