Click or drag to resize

SmoothedPercolationEvaluate(Double, Double, Double, Double, Double, Double) Method

Evaluates the smoothed percolation function for a single scalar input.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double Evaluate(
	double phi,
	double y0,
	double y1,
	double phi_c,
	double s,
	double t
)

Parameters

phi  Double
Independent variable between 0 and 1 representing the occupation probability.
y0  Double
Left-side amplitude (must be greater than 0).
y1  Double
Right-side amplitude (must be greater than 0).
phi_c  Double
Critical threshold (must be in [0,1]).
s  Double
Left exponent parameter (must be non-zero).
t  Double
Right exponent parameter (must be non-zero).

Return Value

Double
The function value at the given phi or double.NaN if parameters are invalid.
See Also