Finite-dimensional distribution

In mathematics, finite-dimensional distributions are a tool in the study of measures and stochastic processes. A lot of information can be gained by studying the "projection" of a measure (or process) onto a finite-dimensional vector space (or finite collection of times).

Finite-dimensional distributions of a measure

Let be a measure space. The finite-dimensional distributions of are the pushforward measures , where , , is any measurable function.

Finite-dimensional distributions of a stochastic process

Let be a probability space and let be a stochastic process. The finite-dimensional distributions of are the push forward measures on the product space for defined by

Very often, this condition is stated in terms of measurable rectangles:

The definition of the finite-dimensional distributions of a process is related to the definition for a measure in the following way: recall that the law of is a measure on the collection of all functions from into . In general, this is an infinite-dimensional space. The finite dimensional distributions of are the push forward measures on the finite-dimensional product space , where

is the natural "evaluate at times " function.

Relation to tightness

It can be shown that if a sequence of probability measures is tight and all the finite-dimensional distributions of the converge weakly to the corresponding finite-dimensional distributions of some probability measure , then converges weakly to .

gollark: Also, there's probably a way to directly write the buffer to a file instead of mucking with doing it in chunks?
gollark: Also, printing out information for every character *will* slow it down a lot, but I assume that's going to be removed in the non-debug version.
gollark: I can't see any horrible problems? Although hardcoding the array size is a bit problematic. Also, you could do`!subchild.attr("cp").is_none()`/`subchild.attr("cp").unwrap()` more idiomatically as `if let Some(cp) = subchild.attr("cp")`.
gollark: I see.
gollark: I'm sure there's already a Rust™ library of some sort for this.

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.