Variance and Covariance of Random Variables
Variance and Covariance of Random Variables
If X and Y are linearly dependent, they can be expressed as Y = aX + b for real constants a and b. This direct relationship indicates perfect linear predictability of one variable given the other, implying dependence. Consequently, the probability of any value occurring for Y is entirely determined by X, reflecting a non-independent nature as statistical independence requires the joint distribution to equal the product of marginals. Thus, X and Y cannot be independent random variables.
Z and W are uncorrelated if Cov(Z, W) = Cov(X+Y, X-Y) = 0. Since we have Cov(X, X) = Var(X), Cov(X, -Y) = -Cov(X, Y), and similarly for Y, they cancel out leading to a covariance of zero, making them uncorrelated. However, independence implies joint distributions factor as products of marginals, which doesn't necessarily follow from lack of correlation. Such mappings Z = X + Y and W = X - Y exhibit dependent structures, e.g., W = X - Y implies knowing W provides information about Z, hence dependence despite zero covariance.
Chebyshev's inequality provides a bound on the probability that a random variable deviates from its mean. For a random variable X with mean μ and variance σ², Chebyshev's inequality states P(|X - μ| ≥ kσ) ≤ 1/k² for any k > 0. This inequality suggests that no more than 1/k² of values lie more than k standard deviations from the mean. It offers a non-parametric estimate, applying to distributions with finite mean and variance, allowing probabilistic bounds when distribution specifics are unknown.
The transformation F^{-1}_X(U) involves using the inverse cumulative distribution function (CDF) for a random variable X and is applied to a uniform random variable U over [0, 1]. This inverse transform sampling exploits the property that if U is uniformly distributed, then applying the inverse CDF of X generates a random variable with the same distribution as X. Since the uniform distribution is continuous and the CDF is non-decreasing, F^{-1}_X(U) produces a variable equivalent in distribution to X.
In a multinomial distribution, the sum of probabilities of all outcomes equals 1, and the total number of iterations m is constant, so an increase in one category’s count implies a decrease in others. This introduction of dependency leads to a negative covariance between different outcomes, intuitively showing competition for probability mass or counts under a fixed trial scenario. Consequently, if one category occurs more frequently, fewer chances are left for others, explaining negative covariance.
To determine the covariance of X1 and X2, we use the formula Cov(X1, X2) = E[X1X2] - E[X1]E[X2]. First, find E[X1], E[X2], and E[X1X2] using the joint PMF. E[X1] is the sum of x1 * P(X1 = x1, X2 = x2) over all x1, x2 pairs. E[X2] is computed similarly. To find E[X1X2], sum x1 * x2 * P(X1 = x1, X2 = x2) over all pairs. Finally, substitute these expectations into the covariance formula.
The joint PMF of a multinomial distribution with random variables X1, X2,...,Xn resulting from m independent experiments is given by P(X1=x1, X2=x2,...,Xn=xn) = m!/(x1!x2!...xn!) * (p1^x1) * (p2^x2) * ... * (pn^xn). Covariance between any two variables Xi and Xj is -mpi pj for i ≠ j due to negative association, since increasing one Xi implies reducing the number of remaining counts spread among other categories. This follows because ∑i Xi = m, maintaining constant total trials.
To solve for the constant k, integrate the joint PDF over the given bounds 0 ≤ x ≤ π/4, 0 ≤ y ≤ π/4 and set the integral equal to 1 (property of PDFs). Compute integral ∫0^(π/4)∫0^(π/4) kcos(x+y) dy dx, and solve for k. For marginal PDFs, integrate joint PDF fX,Y over one variable. E.g., fX(x) = ∫0^(π/4) kcos(x + y) dy and fY(y) = ∫0^(π/4) kcos(x + y) dx. These integrals yield marginal PDFs for X and Y.
The correlation coefficient ρX,Y equals -1 or 1 when there is a perfect linear relationship between X and Y. Specifically, when ρX,Y = 1, Y = a + bX where b > 0, signifying a perfect positive linear relationship. When ρX,Y = -1, Y = a + bX where b < 0, indicating a perfect negative linear relationship. This shows that the data points lie exactly on a line without scatter, depicting complete predictability from one variable to the other.
The moment generating function of a random variable X, denoted by MX(t), is defined as E[etX]. The existence of MGF facilitates the calculation of moments. Specifically, the nth moment about the origin, E[X^n], can be found by evaluating the nth derivative of MX(t) at t = 0, i.e., E[X^n] = M^(n)(0). MGFs characterize distributions and moments, given that they exist within an interval around t = 0.