Recent content by TOOP

  1. T

    Uniform distribution transform: e^2x

    X is a uniformly distributed random variable on a [-1, 1] range. (i.e. X is U(-1, 1)) Find the distribution of e^2X: I feel like it has something to do with the uniform's relation to exponential function, but i get stuck. I begin by using inverse transform: Fy(y) = Fx[ln(y)/2] fy(y)...
  2. T

    Distribution of weighted Normal Distributions

    You created a random number generator that works as follows: With probability p it selects a number X from the standard normal distribution N(0,1), and with complimentary probability (1-p) it selects a random number X from an off-central normal distribution N(5, 1). Write the distribution...
Back
Top