Vektfordeling
Vektfordeling, or vector distribution, describes the joint distribution of a random vector X = (X1, ..., Xk). It assigns probabilities or densities to vectors in R^k. For discrete components, the joint distribution is given by a probability mass function p(x1, ..., xk); for continuous components, a joint probability density function f(x) exists with P(a ≤ X ≤ b) = ∫_a^b f(x) dx. The joint cumulative distribution function F(x) = P(X1 ≤ x1, ..., Xk ≤ xk) also summarizes the distribution.
The distribution is commonly described by the mean vector μ = E[X] and the covariance matrix Σ = Cov(X). Marginal
A central example is the multivariate normal distribution, defined by μ and Σ, with density f(x) ∝ exp(-1/2 (x-μ)^T
Transformations are a key feature: for a linear transformation Y = AX + b, the distribution of Y
Applications span statistics, finance, engineering and data science, where modeling the joint behavior of several variables