Tag: Gaussian

How to generate Gaussian samples

How does the Box-Muller transform work? For this project, my goal is to generate Gaussian samples in two dimensions i.e. generating samples whose x and y coordinates are independent standard normals (Gaussian with zero mean and standard deviation of 1). In part 1, I used the inverse Gaussian...

Linearization and Gaussian

However an important thing to learn about these distributions is that they represent a model. A model is nothing but a function which says if you give me “x” input, i’ll give you “y” output. If a change in x changes y linearly it is linear model or function. If it doesn...