| RadialBasisGaussian Constructor |
Creates a Gaussian basis function

.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic Gaussian(
double a
)
Public Sub New (
a As Double
)
public:
Gaussian(
double a
)
new :
a : float -> GaussianParameters
- 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