Volume under the 2D-Gaussian is computed as:
2 * pi * sqrt(abs(X_sig)) * sqrt(abs(Y_sig))
Numeric vectors can be supplied to X_sig
and Y_sig
. If vectors
of length greater than 1 are given, the function computes volume for each
sequential pair of X_sig
, Y_sig
values. The lengths of these
supplied vectors must be identical.