Creates a Gaussian basis function e^{-ax^2}.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Gaussian(
	double a
)
Visual Basic (Declaration)
Public Sub New ( _
	a As Double _
)
Visual C++
public:
Gaussian(
	double a
)

Parameters

a
Type: System..::.Double
A double specifying the value of the function parameter. Decreasing the Gaussian parameter decreases fitting-error but may increase computational effort.

See Also