Questions tagged [random-variables]

Questions about maps from a probability space to a measure space which are measurable.

A random variable $X: \Omega \to E$ is a measurable function from a set of possible outcomes $\Omega$ to a measurable space $E$. The technical axiomatic definition requires $\Omega$ to be a sample space of a probability triple. Usually $X$ is real-valued.

The probability that $X$ takes on a value in a measurable set $S \subseteq E$ is written as :

$$P(X \in S) = P(\{ \omega \in \Omega|X(\omega) \in S\})$$

where $P$ is the probability measure equipped with $\Omega$.

12192 questions
1
vote
2 answers

Random Variables, Die toss

A fair die is tossed twice. Let $X$ = the ssm of the faces, $Y$= the maximum of the two faces, and $Z$=|face 1 - face 2|. write down the value of $X,Y,$ and $W=XZ$ for each outcome $w\in\ S$ I already found the value and range of $X,Y$ but I'm not…
1
vote
2 answers

Transformation of Random Variables.

What is the use case for transforming random variables from 1 to another. I understand the process but where does it finds its use. -Ravi
1
vote
0 answers

PMF of discrete conditional random variable

Let $X$ be a discrete random variable (r.v) whose range is the set of non-negative integers. Let the probability mass function (PMF) of $X$ be: $PX(i)=P[X=i]=kp^i, s.t. i = 0, 1, 2, ...$ where $p \in (0,1)$ is a given parameter. A) Find the constant…
caesar
  • 181
1
vote
1 answer

Integrating Joint Random Variable Distributions i don't understand how to take the Integration Intervals

Have this problem, two random variables $X \sim Un(0,1)$ and $Y\sim Un(0,1)$. Need to find the distribution function of $Z= \frac{(X)}{(X+Y)}$, i have the solution as well, but i don't understand why it divides the figure before in a triangle and…
claudio
  • 11
1
vote
1 answer

Normal RV with mean $1$ and variance $4$ out of standard normal

I have successfully used the Box-Muller algorithm to generate two standard normal random variables. However, my goal is to generate two normal random variables with mean $1$ and variance $4$. Is there a simple conversion from standard normal to the…
TheNotMe
  • 4,841
1
vote
2 answers

Discrete random variable. Tossing a coin.

Two coins are simultaneously tossed until one of them comes up a head and the other a tail. The first coin comes up a head with probability $p$ and the second with probability $q$. All tosses are assumed independent. (a) Find the PMF, the expected…
user180834
  • 1,453
1
vote
0 answers

Separate a random variable into two

Let $\alpha$ and $\beta$ be independent random variables uniformly distributed from $0$ to $1$. Let $\lambda= k_1\alpha -c_1\alpha + k_2\beta -c_2\beta$. Let $x$ be the random variable that is uniformly between distributed from $-\lambda$ to…
tinyhippo
  • 153
1
vote
1 answer

Random Variables and Probability Density Function

I'm having a little trouble with a homework problem. I will write out what I've figured out and would appreciate some help with what I'm unable to understand. You flip a weighted coin four times. Assume that Pr [Heads]=0.7 and Pr [Tails]=0.3. The…
1
vote
0 answers

$X$ and $Y$ are independent of $Z$, Will any linear combination of X and Y be independent of Z?

If $X$ and $Y$ are independent of Z, will any combination of $X$ and $Y$ be independent of Z? $aX+bY \perp Z$? Will that independence holds if $X \perp Y$?
Vincent
  • 139
  • 5
1
vote
3 answers

if Y1 and Y2 are independent, does it follow that U and X are independent, where U = f1(Y1, Y2) and X= f2(Y1, Y2)

If X, Y are iid rvs, and U and Z are r.v.s that can each be written in terms of X and Y, does that mean that U and Z are independent?
0
votes
1 answer

Are integer angles (in radians) uniformly distributed?

Suppose that I have a random variable $X = \sin(T)$ where $T$ was drawn from the uniform distribution on $[0,2\pi)$. Upon generating samples for this random variable, the usual practice you see is to generate a pseudorandom, unsigned, $b$-bit…
0
votes
1 answer

Expected Value functions of two randon variables

$X$ and $Y$ are two independent random variables. $f$, $g$ and $h$ are 3 functions. Can the below expected value be calculated? $$E\left[ f(X)\sum_{k=0}^{\lfloor g(X) \rfloor }h(Y) \right]$$ $\lfloor g(X) \rfloor$ is capped by $n$. So I was…
0
votes
1 answer

How to show that the following equation holds?

In Wikipedia appears the pdf's equation for $XY$ and $X/Y$, where $X$ and $Y$ are given independent random variables. The equations are For product…
EQJ
  • 4,369
0
votes
0 answers

Understanding Binomial random variables

I'm looking over Binomial random variables and I understand that $ \sum\limits_{k=0}^n k\binom{n}{k} p^k (1-p)^{n-k} = np $ from $\mathrm{Bin}(n,p)$ However, I don't understand how, if $S_n = u^{2T-n}$, why we get $E[S_n] = \sum\limits_{k=0}^n…
0
votes
1 answer

Understanding Geometric Random Variables

I'm looking up Geometric random variables, where $X_1, X_2....$ are independent identically distributed variables which are $Ber(p)$. The book says, $$ Y = \min \{n\geq 1| X_n = 1\} \sim Geo(p)$$ However, it then goes on to say, $ Y \in\mathbb N$ .…