Questions tagged [probability-distributions]

Questions on using, finding, or otherwise relating to probability distributions, probability density functions (pdfs), cumulative distribution functions (cdfs), or other related functions. Use this tag along with the tags (probability), (probability-theory) or (statistics).

Any probability distribution, including beta, binomial, chi, Erlang, gamma, geometric, lognormal, negative binomial, normal (Gaussian), Pareto, Poisson, Student's t, uniform, Wald, Weibull, zeta, and Zipf.

28795 questions
102
votes
4 answers

Probability density function vs. probability mass function

I've a confession to make. I've been using PDF's and PMF's without actually knowing what they are. My understanding is that density equals area under the curve, but if I look at it that way, then it doesn't make sense to refer to the "mass" of a…
101
votes
7 answers

Density of sum of two independent uniform random variables on $[0,1]$

I am trying to understand an example from my textbook. Let's say $Z = X + Y$, where $X$ and $Y$ are independent uniform random variables with range $[0,1]$. Then the PDF is $$f(z) = \begin{cases} z & \text{for $0 < z < 1$} \\ 2-z & \text{for $1 \le…
95
votes
6 answers

How was the normal distribution derived?

Abraham de Moivre, when he came up with this formula, had to assure that the points of inflection were exactly one standard deviation away from the center, and so that it was bell-shaped, as well as make sure that the area under the curve was…
87
votes
7 answers

Poisson Distribution of sum of two random independent variables $X$, $Y$

$X \sim \mathcal{P}( \lambda) $ and $Y \sim \mathcal{P}( \mu)$ meaning that $X$ and $Y$ are Poisson distributions. What is the probability distribution law of $X + Y$. I know it is $X+Y \sim \mathcal{P}( \lambda + \mu)$ but I don't understand how to…
user31280
82
votes
2 answers

Distinguishing probability measure, function and distribution

I have a bit trouble distinguishing the following concepts: probability measure probability function (with special cases probability mass function and probability density function) probability distribution Are some of these interchangeable? Which…
79
votes
9 answers

What do $\pi$ and $e$ stand for in the normal distribution formula?

I'm a beginner in mathematics and there is one thing that I've been wondering about recently. The formula for the normal distribution is: $$f(x)=\frac{1}{\sqrt{2\pi\sigma^2}}e^{-\displaystyle{\frac{(x-\mu)^2}{2\sigma^2}}},$$ However, what are $e$…
73
votes
3 answers

Distribution of the product of two (or more) uniform random variables

Say $X_1, X_2, \dots, X_n \sim U(0,1)$ are independent and identically distributed (i.i.d.) uniform random variables on the interval $(0,1)$. I am interested in finding the distribution of the product of $2$, $3$ or more such random variables,…
72
votes
5 answers

How can a probability density be greater than one and integrate to one

Wikipedia says: The probability density function is nonnegative everywhere, and its integral over the entire space is equal to one. and it also says. Unlike a probability, a probability density function can take on values greater than one; for…
zenna
  • 1,509
68
votes
1 answer

Formal definition of conditional probability

It would be extremely helpful if anyone gives me the formal definition of conditional probability and expectation in the following setting, given probability space $ (\Omega, \mathscr{A}, \mu ) $ with $\mu(\Omega) = 1 $, and a random variable $ X :…
67
votes
7 answers

Why does the median minimize $E(|X-c|)$?

Suppose $X$ is a real-valued random variable and let $P_X$ denote the distribution of $X$. Then $$ E(|X-c|) = \int_\mathbb{R} |x-c| dP_X(x). $$ The medians of $X$ are defined as any number $m \in \mathbb{R}$ such that $P(X \leq m) \geq \frac{1}{2}$…
59
votes
7 answers

Showing that $Y$ has a uniform distribution if $Y=F(X)$ where $F$ is the cdf of continuous $X$

Let $X$ be a random variable with a continuous and strictly increasing c.d.f. $F$ (so that the quantile function $F^{−1}$ is well-defined). Define a new random variable $Y$ by $Y = F(X)$. Show that $Y$ follows a uniform distribution on the interval…
59
votes
3 answers

Probability that a quadratic equation has real roots

Problem The premise is almost the same as in this question. I'll restate for convenience. Let $A$, $B$, $C$ be independent random variables uniformly distributed between $(-1,+1)$. What is the probability that the polynomial $Ax^2+Bx+C$ has real…
56
votes
5 answers

Precise definition of the support of a random variable

$\newcommand{\F}{\mathcal{F}} \newcommand{\powset}[1]{\mathcal{P}(#1)}$ I am reading lecture notes which contradict my understanding of random variables. Suppose we have a probability space $(\Omega, \mathcal{F}, Pr)$, where $\Omega$ is the set of…
56
votes
5 answers

Multiplication of a random variable with constant

Suppose $X$ is a random variable which follows standard normal distribution then how is $KX$ ($K$ is constant) defined. Why does it follow a normal distribution with mean $0$ and variance $K^2$. Thank You.
Kumar
  • 2,319
54
votes
3 answers

Intuition for probability density function as a Radon-Nikodym derivative

If someone asked me what it meant for $X$ to be standard normally distributed, I would tell them it means $X$ has probability density function $f(x) = \frac{1}{\sqrt{2\pi}}\mathrm e^{-x^2/2}$ for all $x \in \mathbb{R}$. More rigorously, I could…
1
2 3
99 100