New Reply

cumulative distributed function example

 
Share Thread
May10-12, 07:03 AM   #1
 

cumulative distributed function example


I was looking to a video about cumulative distribution function (http://www.youtube.com/watch?v=658WXDkhU_w) and he show the following function:


[itex] \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 1/4, 0 \leq x \leq1 \\
f(x) =<(x^3)/5, 1 \leq x \leq 2 \\
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |0, otherwise.[/itex]

At minute 8:45, he presents the cumulative distribution as:


[itex]
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 0, x \leq 0 \\
F(x) = < \frac{1}{4}x, 0 \leq x \leq 1 \\
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | \frac{1}{20}(x^4+4), 1 \leq x \leq 2 \\
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 1, \ x \geq 2
[/itex]

I don't understand why F(x) is 1 for [itex]x \geq 2 [/itex], if f(x) is 0, otherwise. Why?


BTW, I hope that that my functions are legibles, because I don't know how to put big curly brackets.
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
May10-12, 10:39 AM   #2
 
Recognitions:
Science Advisor Science Advisor
Quote by xeon123 View Post

I don't understand why F(x) is 1 for [itex]x \geq 2 [/itex], if f(x) is 0, otherwise. Why?

Look at a simpler example. Suppose f(x) = 1/2 when x = 1 or x = 2 and f(x) = 0 otherwise. The value of the cumulative distribution F(x) would be 1 at x = 3 because F(3) gives the probability that x is equal or less than 3. The condition that x is equal or less than 3 includes the cases x = 1 and x = 2.
May11-12, 03:54 AM   #3
 
I understand what you said, but the probability of happening 3 is 0, because it's not defined in f(x). For me, F(3) should never be defined.
May11-12, 07:27 PM   #4
 
Recognitions:
Science Advisor Science Advisor

cumulative distributed function example


Quote by xeon123 View Post
F(3) should never be defined.
Do you mean "should" in some moral or religious sense? Mathematics would only care about you opinion if you could show some logical contradiction in the standard definition of cumulative distribution function.

because it's not defined in f(x).
It is defined in the domain of f(x). f(3) = 0. That's part of the "f(x) = 0 otherwise" clause.
May11-12, 07:48 PM   #5
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by xeon123 View Post
I understand what you said, but the probability of happening 3 is 0, because it's not defined in f(x). For me, F(3) should never be defined.
You seem to be thinking that "F(3)" is the probability that x is equal to 3. That is not the case. F(X) is the probability that x is less than or equal to 3. Since, by the definition of f(x), x must be less than or equal to 2, x therefore must be less than or equal to 3. F(x)= 1 for any number larger than or equal to 2.

If f(x) is the "probability density function" then [itex]F(X)= \int_{-\infty}^X f(x)dx[/itex] is the probability that x is less than or equal to X.
New Reply

Similar discussions for: cumulative distributed function example
Thread Forum Replies
Cumulative distribution function Precalculus Mathematics Homework 4
cumulative distribution function Calculus & Beyond Homework 3
Probability density function, cumulative function. Calculus & Beyond Homework 2
Cumulative distribution function to probability density function...how... Set Theory, Logic, Probability, Statistics 24
Going from the hazard function to the density function and to the cumulative distribu Precalculus Mathematics Homework 2