Click or drag to resize

IFitFunctionPeakGetInitialParametersFromHeightPositionAndWidthAtRelativeHeight Method

Gets the initial parameters for one term (peak) by providing the height of the peak, the position of the peak, the width of the peak, and the relative height at which the width was measured.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double[] GetInitialParametersFromHeightPositionAndWidthAtRelativeHeight(
	double height,
	double position,
	double width,
	double relativeHeight
)

Parameters

height  Double
The height of the peak (height of the maximum).
position  Double
The position of the peak.
width  Double
The width of the peak, measured at the provided relative height.
relativeHeight  Double
Relative height value (0,1), at which the width was measured.

Return Value

Double
The initial parameters for one term (peak).
See Also