Click or drag to resize

NonlinearFitControllerOnSimulation Method

Simulates the fit on the original data rows.

Namespace: Altaxo.Gui.Analysis.NonLinearFitting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void OnSimulation(
	bool calculateUnusedDependentVariablesAlso
)

Parameters

calculateUnusedDependentVariablesAlso  Boolean
Whether unused dependent variables should also be simulated.
See Also