Click or drag to resize

KohlrauschGetBetaLnWOfMaximum Method

Returns (approximately) the location of the maximum of the imaginary part of the Fourier transformed Kohlrausch function.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetBetaLnWOfMaximum(
	double beta
)

Parameters

beta  Double
The beta parameter.

Return Value

Double
The maximum location (beta*ln(w)) of the imaginary part.
See Also