Learn R Programming

gcxgclab (version 1.0.1)

gauss: 1D Gaussian function

Description

gauss Defines the 1D Gaussian curve function.

Usage

gauss(a, b, c, t)

Value

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

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.