Thread Closed

Probability random variables

 
Share Thread Thread Tools
Oct24-07, 01:02 AM   #1
 

Probability random variables


1. The problem statement, all variables and given/known data

A random variable has a distribution function F(z) given by
F(z) = 0 if z< -1
F(z) = 1/2 if -1 <= z < 2
F(z) = (1-z^{-3}) is 2 <= z

Find the associated mean and variance.

3. The attempt at a solution
I drew the distribution function. I started with the associated mean (if I can figure that out the variance should follow.) I have:

E[Z] = [tex] \sum [/tex] zp(z)

p(z) = P[X = z]

Therefore,
p[X = -1] = P[X= -1] - P[X<-1]
= F(-1) - lim F(1-1/n)
= 1/2 - (1-2)
= 3/2

Sorry, if I messed up badly somewhere. The class is taught without a book and I can't seem to get anything out of my notes for this homework. Thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Oct24-07, 02:07 AM   #2
 
Your notation is confusing to me, but for starters 1/2 - (1-2) isn't -1/2.
Oct24-07, 02:29 AM   #3
 
Sorry, for the bad arithmetic. That is fixed. The problem statement is a piecewise function. As for the rest of the notation. I don't know how else to write it. My professor said this usually isn't presented in textbooks in this manner but he thinks it is a good way to do it. So the notation may be quite strange. If there is a specific part I might be able to explain what I am doing.
Oct24-07, 06:55 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Probability random variables


Quote by Gott_ist_tot View Post
1. The problem statement, all variables and given/known data

A random variable has a distribution function F(z) given by
F(z) = 0 if z< -1
F(z) = 1/2 if -1 <= z < 2
F(z) = (1-z^{-3}) is 2 <= z

Find the associated mean and variance.

3. The attempt at a solution
I drew the distribution function. I started with the associated mean (if I can figure that out the variance should follow.) I have:

E[Z] = [tex] \sum [/tex] zp(z)

p(z) = P[X = z]

Therefore,
p[X = -1] = P[X= -1] - P[X<-1]
= F(-1) - lim F(1-1/n)
= 1/2 - (1-2)
= 3/2

Sorry, if I messed up badly somewhere. The class is taught without a book and I can't seem to get anything out of my notes for this homework. Thanks.
What are you adding over? The way you have written F it looks like a piecwise function and you should be integrating, not adding:
[tex]E[Z]= \int_{-1}^\infty zF(z)dz= \int_{-1}^2 \frac{z}{2}dz+ \int_2^\infty (z- z^{-2}dz[/tex]
Unfortunately, it looks to me like that last integral won't converge. Are you sure it wasn't [itex]F(z)= (1- z)^{-3}[/itex] if z> 2?

If F is only defined for integer z (then you should have told us that),
[tex]E(Z)= \sum_{-1}^\infty nF(n)= \sum_{-1}^2 \frac{n}{2}+ \sum_2^\infty (n+ n^{-2})[/tex]
Again, there is a problem with the final sum: it doesn't converge.
Thread Closed
Thread Tools


Similar Threads for: Probability random variables
Thread Forum Replies
A Probability Problem Involving 6 Random Variables Calculus & Beyond Homework 1
Probability of continuous random variables Calculus & Beyond Homework 5
Probability inequality for the sum of independent normal random variables Set Theory, Logic, Probability, Statistics 3
probability distribution of function of continuous random variables Set Theory, Logic, Probability, Statistics 1
Probability question: random variables Introductory Physics Homework 1