WeightedRegressionGaussianKernel Method |
Note: This API is now obsolete.
Evaluates a Gaussian kernel at the specified normalized distance.
Namespace: Altaxo.Calc.LinearRegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax[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
DoubleThe kernel value.
See Also