Questions tagged [cumulative-distribution-functions]

For questions related to cumulative distribution functions.

The cumulative distribution function $F_X: \Bbb R \to [0,1]$ of a real-valued random variable $X$ is the probability that random variable $X$ will take a value less than $x$. Given the probability distribution of $X$ given by $f_X:\mathbb R\to[0,1]$, this is formally written as: $$F_X(x) := \Bbb P (X \leq x)=\int_{-\infty}^xf_Xdx$$

Every CDF is non-decreasing, right-continuous, and satisfies $\lim_{x\to-\infty}F_X=0$ and $\lim_{x\to\infty}F_X=1$. These conditions are sufficient to be a CDF, as any function satisfying these $4$ conditions is a CDF of some probability distribution.

The concept of the cumulative distribution function makes an explicit appearance in statistical analysis in two (similar) ways.

  • Cumulative frequency analysis is the analysis of the frequency of occurrence of values of a phenomenon less than a reference value.
  • The empirical distribution function is a formal direct estimate of the cumulative distribution function for which simple statistical properties can be derived and which can form the basis of various statistical hypothesis tests.

Such tests can assess whether there is evidence against a sample of data having arisen from a given distribution or evidence against two samples of data having arisen from the same (unknown) population distribution.

642 questions
2
votes
2 answers

Finding cdf using pdf

if I have a pdf $$f_X(x) = \begin{cases} c(1-|x|), & \text{for -1 < x < 1} \\ 0, & \text{otherwise} \end{cases}$$ I have figured out c to be 1 from some calculation It turns out that $$F_X(x) = \begin{cases} 0, & \text{if x < -1,}…
Xenotion
  • 83
  • 2
1
vote
1 answer

Partial derivative of the CDF is equal to the PDF

Consider $$F(\theta;q;\beta)=\Phi\left(-\frac{\Phi^{-1}(q)-\Phi^{-1}(\theta)\sqrt{1-\beta^2}}{\beta}\right)$$ where $\theta$ denotes the default rate in the portfolio, and $\Phi(\cdot)$ the cumulative distribution function of an $N(0,1)$…
Robert
  • 11
1
vote
0 answers

How to get the cumulative distribution function?

I did 1000 experiments on the same thing. I want to get a graph of its cumulative distribution function. But if I simply draw, there will be 1000 points. Can I get an average value every 50 trials and then draw a graph of 10 points? Does that make…
Gerrie
  • 111
0
votes
1 answer

Discrete distribution coefficient calculation

Given distribution function $F(x)$: Determine the interval boundary coefficient $c$, the density function and the mathematical expectation. In my opinion, to get $c$ you have to differentiate $F(x)$ by that getting $f(x)$. Then we would get an…
Sinkos
  • 3
0
votes
0 answers

Pdf and Cdf of a Random Process

A random process increases linearly with time: Y(t) = at + X, where a is a constant and X is uniformly distributed on [−1, 1]. I appreciate it if you can help me how I can find cdf and pdf of the random process of Y(t) for = R+. I also need to find…
Sina
  • 3
0
votes
1 answer

cumulative distribution function of special random variable

When I see example 2.3.8 in book Elements of Large-Sample Theory, I have a problem: That is P($Y_{n}$=Y)=1-$p_{n}$ and P($Y_{n}$=n)=$p_{n}$. Obviously, $Y_{n}$ is a piecewise random variable, Then, what is the cumulative distribution function of…
0
votes
1 answer

Is there a convention on how to interpret the inverse of the uniform distribution?

Given a uniform distribution on $[0,1]$, the associated density $f(x)=\mathbb 1_{[0,1]}$ and cdf $F(x)=x$ for $x \in [0,1]$ and $=0$ or $=1$ respectively for $x<0$ or $x>1$. Often I find sources where it says the inverse of the cdf is $F^{-1}(p)=p$.…
Tesla
  • 1,380
0
votes
1 answer

finding mean from Cumulative Distribution function

I saw other similar posts where they do the integration from math stackexchange, but confused about this one since it is given in p. The following is my problem. I was looking to find the mean from the following cumulative distribution function. The…
0
votes
1 answer

How do you determine where the cdf has a jump?

I am trying to figure out where the cdf has a jump. I believe there is a jump at $x=\frac{1}{2}$, but it is obviously wrong and I am not sure why that is the case. I would appreciate if someone could provide an explanation on how it is done for any…
user873736
0
votes
1 answer

CDF graph of X random variable in game

We toss a coin. If we get head, we win 5 dollars. If we get tail, we roll a dice and have to pay $2 \cdot n$ where $n$ is the number we got on dice. Let $X$ be the value we win in this game. I want to draw a CDF of variable $X$. I defined it as: $$…
Nerwena
  • 117
0
votes
2 answers

How are the ranges of these cdf determined?

In the solution, it says $a > 0$ is $P(aX+b\leq y)$ and $a < 0$ is $P(aX+b\geq y)$. Can I get an explanation for why that is, please?
James
  • 15
0
votes
0 answers

How to calculate cumulative probability distribution when the distribution is Trapezoid

recently I am doing this question I want to find the waiting time P(2>X>7). I try to do this with: P(X>2) - P(7>X>10) =(3+8) * f(2) / 2 - 3 * f(7) / 2 I can get f(2) = 0.13333 However, how can I get f(7)? Thank you
aukk123
  • 219
0
votes
1 answer

Negatives and cumulative distribution functions

I am working on a problem where I am dealing with $$P(-Z \le x)$$ where Z is a standard normal random variable. I am trying to figure out how to get to a cdf from here but I am not sure if I am using the correct logic. I write that$$P(-Z \le x) =…
hannah
  • 19
0
votes
1 answer

How to calculate CDF when X is discontinued?

recently I am doing a question I want to find P(2 < x ≤ 3) I can tell P(x ≤ 3) is 0.4 [P(5 ≤ x) + P(3 ≤ x < 5) = 0.2 +0.2)] However, how can I get 2 < x? I want to find P( x = 3) However, when 3 ≤ x < 5, x can be 3 or 4. How can I find x =…
aukk123
  • 219
0
votes
1 answer

Defining inverse of CDF: two alternatives

For $0 < u < 1$, $F_X^{-1}(u) = \sup \{x \in \mathbb{R} : F_X(x) \leq u \}$ $F_X^{-1}(u) = \inf \{x \in \mathbb{R} : F_X(x) \geq u \}$ are they mathematically equivalent? In most places, I have seen the second one. Any reason why?
rims
  • 2,657