Click or drag to resize

WhittakerHendersonSmootherNoiseGainToLambda Method

Calculates an approximation of the smoothing parameter lambda for a given white-noise gain. This is valid for points far from the boundaries of the data; the noise gain is much higher near the boundaries.

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double NoiseGainToLambda(
	int order,
	double noiseGain
)

Parameters

order  Int32
The order p of the penalty derivative (1 to MAX_ORDER; typically 2 or 3).
noiseGain  Double
The factor by which white noise should be suppressed.

Return Value

Double
The lambda parameter for this noise gain.
See Also