Can anyone shed some light on the below:
Consider a set with $N$ distinct members, and a function $f$ defined on $\mathbb Q$ that takes the values $0$, $1$ such that $\frac1N\sum_{x\in\mathbb Q} f(x) = p$. For a subset $S$ of $\mathbb Q$ of size $n$, define the sample proportion $$p = p(S) = \frac1N\sum_{x\in S} f(x)$$ If each subset of size $n$ is chosen with equal probability, calculate the expectation and standard deviation of the random variable $p$.
- Let $X\sim \mathcal N(0, 1)$ be a normally distributed random variable with mean 0 and variance 1. Suppose that $x \in \mathbb R, x > 0$. Find upper and lower bounds for the conditional expectation $E(X \mid X >x)$
- Now suppose that $X$ has a power law distribution, $P(X >x) = ax^{-b}$, for $x>x_0>0$, and some $a> 0, b> 1$. Calculate the conditional expectation $E(X\mid X>x), x >x_0$
Many thanks in advance.