Generating Random Variables

less than 1 minute read

Published:

In this post, we will look at various methods for generating random variates. It goes without saying that simulation of random variables from specified probability distribution is one of the fundamental tools in computational statistics.

1. The Inverse Transform Method

This method is based on an important observation stated below:

If $X$ is a continuous random variable with cdf (cumulative distribution function) $F_X(x)$, then $U = F_X(X) \sim Uniform(0,1).$


It is easy to observe this fact empirically