Click or drag to resize

VogelFulcherLawRateEvaluate(Double, Double, Double) Method

Evaluates the Vogel-Fulcher law for rate-like quantities at the specified temperature and stores the result in Y.

Namespace: Altaxo.Calc.FitFunctions.Materials
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual void Evaluate(
	double[] X,
	double[] P,
	double[] Y
)

Parameters

X  Double
Array where X[0] is the temperature in the unit represented by IndependentVariableRepresentation.
P  Double
Parameter array where P[0]=y0, P[1]=B and P[2]=T0.
Y  Double
Array that receives the evaluated function value at index 0.

Implements

IFitFunctionEvaluate(Double, Double, Double)
See Also