Click or drag to resize

PearsonIVAmplitudeGetYOfOneTerm Method

Gets the value of one Pearson IV peak term.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double GetYOfOneTerm(
	double x,
	double amplitude,
	double pos,
	double w,
	double m,
	double v
)

Parameters

x  Double
The x coordinate.
amplitude  Double
The peak amplitude.
pos  Double
The peak position.
w  Double
The width parameter.
m  Double
The Pearson IV shape parameter m.
v  Double
The Pearson IV skewness parameter v.

Return Value

Double
The function value.
See Also