Click or drag to resize

WeightedRegressionGaussianKernel Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Altaxo.Calc.LinearRegression.WeightedRegression.GaussianKernel(System.Double)"]


Namespace: Altaxo.Calc.LinearRegression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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

[Missing <param name="normalizedDistance"/> documentation for "M:Altaxo.Calc.LinearRegression.WeightedRegression.GaussianKernel(System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.LinearRegression.WeightedRegression.GaussianKernel(System.Double)"]

See Also