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.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void Evaluate(
	double[] independent,
	double[] parameters,
	double[] dependent
)

Parameters

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

Implements

IFitFunctionEvaluate(Double, Double, Double)
See Also