Click or drag to resize

NonlinearFitControllerOnSimulationWithInterval Method

Simulates the fit on a generated interval.

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

Parameters

calculateUnusedDependentVariablesAlso  Boolean
Whether unused dependent variables should also be simulated.
interval  ISpacedInterval
The interval used to generate simulation points.
See Also