gauss {gcxgclab}R Documentation

1D Gaussian function

Description

gauss Defines the 1D Gaussian curve function.

Usage

gauss(a, b, c, t)

Arguments

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.

Details

This function defines a 1D Gaussian curve function.

Value

A float object. The value of the Gaussian function at time t, given the parameters input a,b,c.


[Package gcxgclab version 1.0.1 Index]