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
votes
1 answer

Finding density function $cX$, and what kind of random variable is $cX$.

Given that $X$ is an exponential random variable with parameter $\lambda $, and $c>0$. Finding density function $cX$, and what kind of random variable is $cX$.
user449525
-1
votes
1 answer

Difference between random number and random variant?

After generating random number we can get the random variant by using inverse transform or other techniques. What is the difference between random number and random variant. Can anyone explain it with an example or a graph.
-1
votes
2 answers

Functions of random variables

I have two random variables $X$ and $Y$, specific elements that these random variables can take are $x$ and $y$. Now, say I define a random variable $f(x,Y)$ (a function of the random variable $Y$) as, $$f(x,Y)=g(x,Y)$$ Note here that $x$ is a…
arkarc
  • 11
-1
votes
1 answer

Convergence in proability does not imply convergence a.s.

I know convergence in probability does not imply convergence in measure. I would like to see some simple example. Do you have any ideas please?
aar43
  • 1
-2
votes
1 answer

How to prove that the Laplace distribution is a sub-exponential distribution random variable

How to prove that a random variable obeying the Laplace distribution is a sub-exponential distribution random variable?
lzn
  • 3
-2
votes
1 answer

$X \sim$ Uniform$(0, 1)$ and $Y\sim$ Uniform$(0, 1)$ compute $P(X+Y\ge0.5)$

$X\sim$ Uniform$(0, 1)$ and $Y\sim$ Uniform$(0, 1)$ compute $P(X+Y\ge0.5)$ I tried to mark $Z=X+Y$ therefore $Z\sim N(0,2)$ $$P(X+Y\ge0.5) = 1- P(X+Y<0.5) = 1- P(Z<0.5) = f_z(0.5)\\ = \frac1{(2\sqrt{\pi}) } \times \exp(-1/4\times\sqrt2)$$ not sure…
-2
votes
1 answer

Expectation of a jointly distributed Random Variables, does it exist?

I see this equation in a paper published in a proceeding of a very competitive conference:( and thus I don't think it has a flaw) $$Pr(Y|X)= \frac{e^{-E(X,Y)}}{g(X)};$$ Where $X,Y$ are two random variables, $g$ is a function of $X$. I don't know…
1 2 3
17
18