Click or drag to resize

WindowGauss Method

Gauss window.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double[] Gauss(
	int width,
	double sigma
)

Parameters

width  Int32
The window width.
sigma  Double
The Gaussian width parameter.

Return Value

Double
The generated window values.
See Also