WantToBeSmart
- 10
- 0
I am dealing with a random variable which is a transformation of another random variable of the form:
Y:=aX^b+c
The pdf of the random variable X is known and for the sake of example let it be exponential distribution or any other distribution with known and commonly available quantile function.
If I want to know the median value of Y ,Y_{M}, then given that median of X is known and equal to say X_{M} is Y_{M} going to be equal to: a(X_{M})^b+c ?
I suppose I could generate samples from the distribution of Y and use empirical density function to determine approx. quantiles but I'd rather go down the analytical route if possible
Thanks in advance!
Y:=aX^b+c
The pdf of the random variable X is known and for the sake of example let it be exponential distribution or any other distribution with known and commonly available quantile function.
If I want to know the median value of Y ,Y_{M}, then given that median of X is known and equal to say X_{M} is Y_{M} going to be equal to: a(X_{M})^b+c ?
I suppose I could generate samples from the distribution of Y and use empirical density function to determine approx. quantiles but I'd rather go down the analytical route if possible
Thanks in advance!
Last edited: