Click or drag to resize

FermiDiracTransitionBaseLinearScaledTransition Method

Provides a linear scaled transition y = y1 + (y0 - y1) * Core(...).

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double LinearScaledTransition(
	double p,
	double y0,
	double y1,
	double pc,
	double w
)

Parameters

p  Double
Independent parameter in range [0,1].
y0  Double
Value for p=0.
y1  Double
Value for p=1.
pc  Double
Location of the transition (between 0 and 1).
w  Double
Parameter determining the width of the transition.

Return Value

Double
The transitioned value between y0 and y1.
See Also