Click or drag to resize
RadialBasisGaussian Constructor
Creates a Gaussian basis function e^{-ax^2}.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Gaussian(
	double a
)

Parameters

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