Concept

Recursive Formula for Cumulative Average

A cumulative average can be calculated using a recursive formula. This means the average at the current step can be computed based on the value of the average from the preceding step and the current data point, which is more efficient than recalculating the sum over the entire history at each step.

0

1

Updated 2026-04-22

Contributors are:

Who are from:

Tags

Ch.2 Generative Models - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences