Random process and statistics

30 Views Asked by At

Im trying to solve this and im really having trouble with understanding how to do this lets say given two random variables x1,x2 that are independent and uniformly distributed between 0 and 1 we are given the next random process y = ln(1/x1) z = sqrt(y) w1 = ln(1/x1), w2 = ln(1/x2) -> w=w1+w2

for each of these i need to calculate the CDF can anyone explain the process of how to get a solution for this?