gauss | R Documentation |
gauss
Defines the 1D Gaussian curve function.
gauss(a, b, c, t)
a , b , c |
are float objects. Parameters in R^1 for the Gaussian function. |
t |
a float object. The independent variable in R^1 for the Gaussian function. |
This function defines a 1D Gaussian curve function.
A float object. The value of the Gaussian function at time t, given the parameters input a,b,c.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.