Click or drag to resize

VogelFulcherLawTimeEvaluate(Double, IReadOnlyListDouble) Method

Evaluates the Vogel-Fulcher law for time-like quantities at the specified temperature.

Namespace: Altaxo.Calc.FitFunctions.Materials
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual double Evaluate(
	double x,
	IReadOnlyList<double> P
)

Parameters

x  Double
The temperature value in the unit represented by IndependentVariableRepresentation.
P  IReadOnlyListDouble
Parameter array where P[0]=y0, P[1]=B and P[2]=T0.

Return Value

Double
The evaluated function value.
See Also