gauss2 | R Documentation |
gauss2
Defines the 2D Gaussian curve function.
gauss2(a, b1, b2, c1, c2, t1, t2)
a , b1 , b2 , c1 , c2 |
are float objects. Parameters in R^1 for the Gaussian function. |
t1 , t2 |
are float objects. The independent variables t=(t1.t2) in R^2 for the Gaussian function. |
This function defines a 2D Gaussian curve function.
A float object. The value of the Gaussian function at time t=(t1,t2) given the parameters input a,b1,b2,c1,c2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.