Questions tagged [expected-value]

Questions about the expected value of a random variable.

The average value of a randomly chosen quantity is its expectation or expected value. For example, the expected value of the number you get when you roll a fair 6-sided dice is 3.5.

In general, if $X$ is a random variable defined on a probability $(\Omega, \Sigma, P)$, then the expected value of $X$, denoted by $E[X], \langle X \rangle,$ or $\bar{X}$ is defined as the Lebegue integral

$$E[X]= \int_{\Omega} X(\omega) dP(\omega)$$

The expected value is often the first and most important thing you want to know about a random variable. For example, in a betting game, the best strategy is often the one that maximizes the expected value of the amount you win.

This tag is for questions about:

  • Computing the expected value in a specific situation.
  • Understanding the properties of expected values, such as Markov's inequality or linearity of expectation.
  • Proving theorems about the expected value of abstract random variables.
  • Understanding what the expected value means and what it tells you about a random variable.
6766 questions
-1
votes
1 answer

What is $E(X/Y)$ if $X$ and $Y$ are independent standard normal?

Let $X \sim \mathcal{N}(0,1)$ and $Y \sim \mathcal{N}(0,1)$ independent from $X$. I know that $E(\frac{X}{Y})=E(X)E(\frac{1}{Y})$; the first term is zero and the second infinity? But do not know how to proceed from there, or even if it the expected…
econ86
  • 297
-1
votes
1 answer

Expectation of the power of a uniform r.v.

Assuming that $X$ is uniformly distributed on $[0,1]$, how do I derive that $$E \left( \frac{X^n}{n} \right) = \frac{1}{n(n+1)}?$$
Ola
  • 55
-1
votes
1 answer

Should one pay buy a warrenty? (What is the conclusion?)

This problem is from khan academy: John just bought a brand new cell phone and is considering buying a warranty. The warranty costs 200 euros and is worth 1000 euros if his phone breaks. John estimates that there is a 10%, percent chance of …
-1
votes
1 answer

Expectation of minimal value in a k element subset

The problem statement is as follows- Compute $f(n,k)$ which is the mathematical expectation of the minimal element among all $k$-element subsets of a set $[1,2,...n]$. My approach is as follows- $1$ is the minimal element in $\binom{n-1}{k-1}$ and…
Adit Jain
  • 134
-2
votes
1 answer

Expectation of multivariate X multiplied by transpose of X

I am trying to answer the following question: \begin{aligned} &\text { Let } \mathbf{V} \text { be a vector random variable with mean vector } E(\mathbf{V})=\boldsymbol{\mu}_{\mathbf{v}} \text { and covariance matrix…
1 2 3
10
11