The Gaussian Equation

The Equation

I believe you all have seen the famous 1D gaussian equation:

1D Gaussian Equation

Although for me it’s still a little bit cryptic. Basically, the function accepts 2 parameters:

  1. t is your data input
  2. sigma is the user controllable parameter

To understand this, pick a number for sigma and plot the graph, whereby t is the x-axis, and the function result is the y-axis.

1D Gaussian Equation Graph

Jan15

Leave a Reply