RandMaxima
RandMaxima, short for random maxima, is a concept in probability theory describing the sequence of record highs achieved by a stochastic process. Given a sequence of random variables X1, X2, ..., the rand maximum at time n is the value Xn whenever it exceeds all previous observations. The set of times at which a new maximum occurs is called the record times R = {n ≥ 1: Xn > max{X1, ..., Xn−1}}; the corresponding values Xn are the rand maxima. When the Xi are continuous and i.i.d., the probability that the nth observation establishes a new record is 1/n, and the indicators I_n = 1{Xn is a new record} are mutually independent. The expected number of records among the first N observations is HN = 1 + 1/2 + ... + 1/N, which grows like log N plus Euler's constant.
Beyond the i.i.d. case, RandMaxima encompasses a range of models including dependent sequences, non-identically distributed variables,
Applications of RandMaxima include risk assessment, reliability testing, financial time series, and algorithm analysis, where record-breaking
See also: record values, running maximum, extreme value theory, order statistics, stochastic processes.