lulupedia
Batak Toba 版本暂未收录,当前展示 English 内容。

Expected value

2936 words·9/25/2026·English
0

The expected value, also called the expectation, mathematical expectation, mean, or first moment, is a fundamental concept in probability theory and statistics. It represents the long-term average outcome of a random variable if its experiment or process were repeated many times. Formally, for a discrete random variable, the expected value is the probability-weighted average of all possible values; for a continuous random variable, it is the integral of the variable with respect to its probability density function. Expected value provides a measure of the center of a probability distribution and is widely used in fields such as economics, finance, insurance, and decision theory.

Definition and calculation

For a discrete random variable \( X \) with possible values \( x_1, x_2, \dots, x_n \) and corresponding probabilities \( p_1, p_2, \dots, p_n \), the expected value is defined as:
\[
E[X] = \sum_{i=1}^n x_i p_i
\]
provided the series converges absolutely. For a continuous random variable \( X \) with probability density function \( f(x) \), the expected value is given by:
\[
E[X] = \int_{-\infty}^{\infty} x f(x) \, dx
\]
provided the integral converges absolutely. In cases where the random variable is a function of another variable, such as \( g(X) \), the expected value \( E[g(X)] \) is computed similarly by replacing \( x \) with \( g(x) \) in the sum or integral.

Properties of expected value

Expected value possesses several important mathematical properties. It is linear, meaning that for any random variables \( X \) and \( Y \) and constants \( a \) and \( b \), \( E[aX + bY] = aE[X] + bE[Y] \). If \( X \) and \( Y \) are independent, then \( E[XY] = E[X]E[Y] \). The expected value of a constant is the constant itself. Additionally, if \( X \ge 0 \) almost surely, then \( E[X] \ge 0 \). These properties make expected value a powerful tool in probability calculations and derivations.

Interpretation and applications

The expected value is often interpreted as the mean outcome over a large number of trials. For example, in games of chance, it represents the average amount a player can expect to win or lose per bet in the long run. In finance, expected return is used to evaluate investments. In decision theory, maximizing expected value is a common criterion for making rational choices under uncertainty. However, expected value does not capture risk or variability, which is why it is often considered alongside measures like variance.

Examples

A classic example is the expected value of a fair six-sided die roll. The possible outcomes are 1 through 6, each with probability \( \frac{1}{6} \), so \( E[X] = \frac{1+2+3+4+5+6}{6} = 3.5 \). In insurance, the expected value of claims helps determine premiums. For instance, if an insurer expects to pay $100,000 per claim with a probability of 0.01, the expected claim cost per policy is $1,000. These examples illustrate how expected value quantifies average behavior in stochastic settings.

Relation to other statistical measures

Expected value is closely related to other statistical concepts. It is the first moment about the origin and is a key component in defining variance, which is the expected value of the squared deviation from the mean: \( \text{Var}(X) = E[(X - E[X])^2] \). The law of large numbers states that the sample mean converges to the expected value as the sample size increases. In regression analysis, the conditional expected value \( E[Y|X] \) is often the target of prediction models.

Comments (0)

U

No comments yet. Be the first to comment!

You May Be Interested In

Related Articles