Click or drag to resize

XYNonlinearFitFunctionConfidenceBandPlotDataEvaluate Method

Evaluates the function value at the specified independent variable value x.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override double Evaluate(
	double x
)

Parameters

x  Double
The value x of the independent variable.

Return Value

Double
The evaluated lower or upper confidence-band value at x.

Implements

IScalarFunctionDDEvaluate(Double)
See Also