NonlinearFitControllerOnSimulationWithInterval Method |
Simulates the fit on a generated interval.
Namespace: Altaxo.Gui.Analysis.NonLinearFittingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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