• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

Distribution of a function of a Uniform distributed variable

L

lucky999

Member
If R = 300000 - 500000U, and if U ~ Uniform[0,1], then how do we work out the parameters of the distribution of R??

I know it is uniform, but I seem to have had a mind block!
I mean if we take E(R) and Var(R), then we can have an "approximate" normal distribution.
But how do we actually work it out....I know I need to use the tables on page 13...:S

Thanks in advance
 
If R = 300000 - 500000U, and if U ~ Uniform[0,1], then how do we work out the parameters of the distribution of R??

I know it is uniform, but I seem to have had a mind block!
I mean if we take E(R) and Var(R), then we can have an "approximate" normal distribution.
But how do we actually work it out....I know I need to use the tables on page 13...:S

Thanks in advance

By parameters do you mean the range?

In which case it's quite straightforward:

0 < U <1

So

300000 - 500000×0 > 300000 - 500000U > 300000 - 500000×1
300000 > R > -200000

note the signs swap as we've multiplied by a negative number.
 
Many thanks for your reply John! That makes sense now.

But what about say:
R = 300000 - 500000P

where P ~ Poisson(5)

How would we find the distribution for R (I assume its Poisson?) and what would be the parameter?


And suppose R = 300000 - 500000B
where B ~ Binomial (100,0.25)

Again how would we find the distribution of R?
 
But what about say:
R = 300000 - 500000P

where P ~ Poisson(5)

How would we find the distribution for R (I assume its Poisson?) and what would be the parameter?

First of all, I am using

R = 3 - 5P for convenience :)

Now, if
P = 0 , 1 , 2 , 3 , 4 ...... then
R = 3 , -2 , -7 , -12 , -17 ......

So R is taking Poisson probabilities but for different set of values.
I am not sure that we can say R is Poisson because it is taking negative values, but we can certainly find its PDF by starting like this:

Prob.(R = r)
= Prob.( 3 - 5P = r)
= Prob.(P = x)

where, x = (3 - r)/ 5

So its PDF is [ exp(-5) * 5^x / x! ]

with mean "-22" and variance "125"
and range of R is

r = 3 , -2 , -7 , -12 , -17 ......

Similarly you can do this for Binomial dist. also
 
Many thanks for your reply John! That makes sense now.

But what about say:
R = 300000 - 500000P

where P ~ Poisson(5)

How would we find the distribution for R (I assume its Poisson?) and what would be the parameter?


And suppose R = 300000 - 500000B
where B ~ Binomial (100,0.25)

Again how would we find the distribution of R?

Answers above are good.

In general, for DRV you just take the same probabilities but apply them to different X's (if that makes sense).

Whereas for CRV you have to use the function of a RV (at the end of Ch3) to obtain the new f(x).
 
Back
Top