Click or drag to resize

WeightedRegressionGaussianKernel Method

Note: This API is now obsolete.

Evaluates a Gaussian kernel at the specified normalized distance.

Namespace: Altaxo.Calc.LinearRegression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[ObsoleteAttribute("Warning: This function is here to stay but will likely be refactored and/or moved to another place. Opting out from semantic versioning.")]
public static double GaussianKernel(
	double normalizedDistance
)

Parameters

normalizedDistance  Double
The normalized distance.

Return Value

Double
The kernel value.
See Also