gauss2 {gcxgclab} | R Documentation |
2D Gaussian function
Description
gauss2
Defines the 2D Gaussian curve function.
Usage
gauss2(a, b1, b2, c1, c2, t1, t2)
Arguments
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. |
Details
This function defines a 2D Gaussian curve function.
Value
A float object. The value of the Gaussian function at time t=(t1,t2) given the parameters input a,b1,b2,c1,c2.
[Package gcxgclab version 1.0.1 Index]