Click or drag to resize

ShiftedLogNormalParametrizationNISTGetYOfOneTerm Method

[Missing <summary> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.GetYOfOneTerm(System.Double,System.Double,System.Double,System.Double,System.Double)"]


Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GetYOfOneTerm(
	double x,
	double a,
	double xc,
	double w,
	double rho
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.GetYOfOneTerm(System.Double,System.Double,System.Double,System.Double,System.Double)"]

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.GetYOfOneTerm(System.Double,System.Double,System.Double,System.Double,System.Double)"]

xc  Double

[Missing <param name="xc"/> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.GetYOfOneTerm(System.Double,System.Double,System.Double,System.Double,System.Double)"]

w  Double

[Missing <param name="w"/> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.GetYOfOneTerm(System.Double,System.Double,System.Double,System.Double,System.Double)"]

rho  Double

[Missing <param name="rho"/> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.GetYOfOneTerm(System.Double,System.Double,System.Double,System.Double,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.FitFunctions.Peaks.ShiftedLogNormalParametrizationNIST.GetYOfOneTerm(System.Double,System.Double,System.Double,System.Double,System.Double)"]

See Also