Click or drag to resize

KernelDensityGaussianKernel Method

A Gaussian kernel (PDF of Normal distribution with mean 0 and variance 1). This kernel is the default.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GaussianKernel(
	double x
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Statistics.KernelDensity.GaussianKernel(System.Double)"]

Return Value

Double

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

See Also