Random Sequence Article Index for
Random
Website Links For
Random
 

Information About

Random Sequence




Random sequences are essential in Statistics . The statistical analysis of any Experiment usually begins with the words "let ''X''1,...,''Xn'' be independent random variables...". The easiest way to talk about a situation when you can choose to make new measurements is to assume that an infinite sequence {''Xi''} is given, and that successive stages of the experiment you look at the first ''N'' terms of the sequence. Also, the statement of the Law Of Large Numbers (essentially that the average of a number of observations converges to the mean value) involves an infinite sequence of Independent Identically-distributed Random Variables .


USAGE OF THE TERM IN ALGORITHMIC INFORMATION THEORY

The term "random sequence" can also describe a finite sequence, or String , of random characters. (Though not universal, computer scientists generally refer to an infinite sequence of characters or digits as a ''sequence'', and a finite sequence of characters or digits as a ''string''.) Algorithmic Information Theory defines a random string as one that cannot be produced from any computer program that is shorter than the string (Chaitin-Kolmogorov randomness); i.e. a string whose Kolmogorov Complexity is at least the length of the string. This is a different meaning from the usage of the term in statistics. Whereas statistical randomness refers to the ''process'' that produces the string (e.g. flipping a coin to produce each bit will randomly produce a string), algorithmic randomness refers to the ''string itself''. Algorithmic information theory separates random from nonrandom strings in a way that is relatively invariant to the Model Of Computation being used.

An Algorithmically Random Sequence is an ''infinite'' sequence of characters, all of whose prefixes (except possibly a finite number of exceptions) are strings that are "close to" algorithmically random (their length is within a constant of their Kolmogorov complexity).


SEE ALSO