Click or drag to resize

ConversionAutocatalyticEvaluateConversionRate Method

Evaluates the conversion rate (without any prefactor). Thus, the resulting value is the time derivative of the conversion (also without prefactor).

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

Parameters

X  Double
The x value.
P  Double
The parameter array.
Y  Double
Outpust the y value.
See Also