FTB-C000028 / Implementation concept

Cumulative State

A persisted running value updated by adding each newly accepted increment to the previous accumulated value.

Also known asRunning accumulated state

Definitions

In plain terms

A cumulative state remembers the total so far. Each new accepted oscillator value is added to that remembered total to produce the next level.

Technical

For increment I_t and prior cumulative state C_(t-1), the update is C_t = C_(t-1) + I_t after initialization at a declared starting level.

Scope

The recurrence is general, while the starting constant, reset behavior, revision handling, and checkpoint format are explicit methodology or package choices.

Formula

C_t = C_(t-1) + I_t
LaTeX: C_t=C_{t-1}+I_t
SymbolMeaningUnit
C_tCurrent cumulative stateincrement unit
C_(t-1)Previous cumulative stateincrement unit
I_tCurrent accepted incrementincrement unit

Output unit: same as increment

Examples

  • A cumulative state of 100 followed by an accepted increment of negative 7 becomes 93.

Common misconceptions

  • A cumulative state cannot be reconstructed correctly from only the latest increment.

Concept relationships

Where this concept is used

Evidence and governance

  1. The McClellan Oscillator and Summation Index McClellan Financial Publications · first party methodology

    Supports: technical definition, formula, units

    Limits: Interpretive descriptions and historical conventions are not current out-of-sample performance evidence or a universal fresh-series calibration.

Reviewed by
fintech-builder-owner-approved
Last reviewed
2026-07-26
Next review
2027-07-26
Record status
published