Skip to main content

All Questions

1 vote
1 answer
45 views

Expectation of binomial random variable

Having trouble understanding something I read in a paper recently. Say we have $X \sim \operatorname{Binomial}(N,p).$ The paper states: $$E[X \mid N,p] = Np$$ (so far so good) and $$E[X] = \mu p$$ ...
cmc's user avatar
  • 23
0 votes
0 answers
18 views

Expected average distance in greedy matching on a circle

Now we have several independent and identically distributed random variables following the uniform distribution on the interval [0, 1].They are denoted as $x_1, x_2, x_3, ..., x_m$ and $y_1, y_2, ..., ...
user11850847's user avatar
2 votes
3 answers
105 views

Scaling the conditioned random variable does not change conditional distribution, why?

Given two random variables $X$ and $Y$, I know intuitively that $$ \mathbb{E}[X\,|\,Y]=\mathbb{E}[X\,|\,cY], $$ where $c$ is some non-random constant. My intuition tells me that scaling the ...
Resu's user avatar
  • 229
1 vote
2 answers
95 views

In this RL problem, why is the substitution $q_*(A_t)=\mathbb{E}[R_t | A_t] \to R_t $ valid within this expectation (over actions)?

The question that follows is from a machine learning textbook (Reinforcement learning Suttion and Barto page 39 link). Given: a probability distribution over actions $x$ (a policy) at time $t$ ...
stochasticmrfox's user avatar
0 votes
0 answers
62 views

Confused on Kullback-Leibler divergence being invoked without proper definition

I am trying to understand how authors of the DDPM paper in appendix A, made the leap from equation 21 to equation 22. Specifically, it is not clear to me how they managed to convert the first term of ...
Spacey's user avatar
  • 1,805
6 votes
2 answers
176 views

Inequalities involving expectations

Consider four random variables $W, X,Q,Y$, where $Q$ and $Y$ are binary. Assume $$ \begin{aligned} & (1) \quad E(Q(X+W)|Y=1)\geq 0\\ & (2) \quad E(W|Y=1)=0\\ & (3) \quad \Pr(Q=1|Y=1,W)=1 \...
Star's user avatar
  • 889
2 votes
0 answers
96 views

What is the expected length of an interval on an arc of a circle that can be constructed using exponential variates?

I had asked this question on Math stackexchange once before and now again but this does not seem to be drawing too much attention. Since this is a question that can be safely classified as non-measure ...
Dovahkiin's user avatar
1 vote
1 answer
40 views

Calibration Expectation Decompostion

I am reading a "Calibrated Structured Prediction by Kuleshov and Liang" link. Calibration and sharpness. Given a forecaster $F : X → [0, 1]$, define $T(x) = \mathbb{E}[y| F(x)]$ to be the ...
mko's user avatar
  • 11
2 votes
2 answers
166 views

How should I interpret the assumption of the regression?

I read an econometrics book which states one of the basic assumptions of regression is that $$E(u|x) = 0$$ In another book however I see it written that $$E(u_i|x_i) = 0$$ Are these two saying the ...
Stephen Johson's user avatar
2 votes
1 answer
58 views

(Using conditional expectation to calculate) expected value of the product of two dependent random variables

Let $\mathbf{X}$ be Binomial point process in $W = [0, 6] \times [0, 4]$ with $n$ points. Let $A_1 = [0, 2] \times [0, 4]$, $A_2 = [0, 6] \times [0, 2]$, and $A_3 = [2, 6] × [2, 4]$. I want to find $E[...
The Pointer's user avatar
  • 2,096
0 votes
0 answers
26 views

Showing conditional expectation equivalence

Question: I have a random one-hot vector $B\in\{0,1\}^L$, where the position of the one entry follows $\text{Categorical}(\pi)$ where $\pi\in\mathbb{R}^L$. Given a constant (non-random) $L\times L$ ...
Resu's user avatar
  • 229
2 votes
0 answers
34 views

Approximating an expectation of a log-product and another expectation

I am dealing with a variation of a standard problem. Given an objective function $O := E_{a \sim P_\theta(A)} [f(a)]$, we can calculate its gradient $\nabla_\theta O$ as follows: $$\nabla_\theta O = ...
Deandre Thomson's user avatar
0 votes
0 answers
32 views

Help with iterated expectations when deriving diff-in-diff estimand

[Closed, see comments] I was reading through this paper on recent advances in diff-in-diff and got stuck with a (probably very simple) issue when trying to derive the final population estimand. In ...
RTGP's user avatar
  • 1
1 vote
1 answer
52 views

Equivalence of expectations

I have two independent random variables $X$ and $Y$, and a constant term $a$. Furthermore, $\mathbb{E}[Y]=0$. I want to show that $$ \mathbb{E}\Big[\mathbb{E}[X+Y/a|aX+Y]\cdot\mathbb{E}[X|aX+Y]\Big] =\...
Resu's user avatar
  • 229
3 votes
1 answer
87 views

Difficulties with the PGF of X+Y with Y~Poisson(1) and X~Poisson(Y)

The pair of random variables $(X, Y )$ is distributed as follows. $Y$ has probability mass function $\text{Poisson}(1).$ Given $Y , X$ has probability mass function $\text{Poisson}(Y ).$ Show that the ...
muhammed gunes's user avatar

15 30 50 per page
1
2 3 4 5
14