powered by
gauss Defines the 1D Gaussian curve function.
gauss
gauss(a, b, c, t)
A float object. The value of the Gaussian function at time t, given the parameters input a,b,c.
are float objects. Parameters in R^1 for the Gaussian function.
a float object. The independent variable in R^1 for the Gaussian function.
This function defines a 1D Gaussian curve function.