Click or drag to resize

HavriliakNegamiModulusRelaxationEvaluate(Double, Double, Double) Method

This evaluates a function value.

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Evaluate(
	double[] independent,
	double[] parameters,
	double[] dependent
)

Parameters

independent  Double
The independent variables.
parameters  Double
Parameters for evaluation.
dependent  Double
On return, this array contains the one (or more) evaluated function values at the point (independent).

Implements

IFitFunctionEvaluate(Double, Double, Double)
Remarks
Parameters are interpreted as follows: P[0]: M_0, P[1]: M_infinity, P[2]: tau_relax, P[3]: beta, P[4]: invviscosity.
See Also