Zykluszahl
Zykluszahl, in German, literally means "cycle number" and is used in mathematics and computer science to denote the length of a repeating cycle in a discrete process. In a sequence x0, x1, x2, ... defined by x_{n+1} = f(x_n) on a finite or bounded state space, the trajectory eventually becomes periodic: after a transient part, the values repeat with some period p. The smallest positive p with x_{n+p} = x_n for all n large enough is called the Zykluszahl of the orbit (or the cycle length). If the initial state lies on a cycle, the Zykluszahl is simply the length of that cycle.
In finite-state systems, every orbit eventually enters a cycle; the pair (mu, p) describes the structure: mu
Applications include analysis of pseudorandom number generators, cellular automata, and time-series models where cycle behavior is
Cycle-detection methods, such as Floyd's Tortoise and Hare and Brent's algorithm, are used to determine the Zykluszahl