Click or drag to resize

NonlinearFitController Properties

The NonlinearFitController type exposes the following members.

Properties
 NameDescription
Public propertyChiSquareValue Gets or sets the current chi-square value.
Public propertyCmdBoundsLoadAbsoluteLimits Gets the command for loading absolute bounds.
Public propertyCmdBoundsLoadSensibleLimits Gets the command for loading sensible bounds.
Public propertyCmdBoundsMergeAbsoluteLimits Gets the command for merging absolute bounds.
Public propertyCmdBoundsMergeSensibleLimits Gets the command for merging sensible bounds.
Public propertyCmdCopyParameterNSVCVInOneRow Gets the command for copying the fit summary in one row.
Public propertyCmdCopyParameterNV Gets the command for copying parameter names and values.
Public propertyCmdCopyParameterNVV Gets the command for copying parameter names, values, and variances.
Public propertyCmdCopyParameterV Gets the command for copying parameter values.
Public propertyCmdCopyParameterVAsCDef Gets the command for copying parameter values as C definitions.
Public propertyCmdCopyParameterWithCVM Gets the command for copying parameters with the covariance matrix.
Public propertyCmdCreateNewFitFunction Gets the command for creating a new fit function.
Public propertyCmdDoFit Gets the command for starting the fit.
Public propertyCmdDoSimplex Gets the command for starting simplex fitting.
Public propertyCmdDoSimulation Gets the command for simulation.
Public propertyCmdEvaluateChiSquare Gets the command for evaluating the chi-square value.
Public propertyCmdPasteParameterV Gets the command for pasting parameter values.
Public propertyCmdSelectFitFunction Gets the command for selecting a fit function.
Public propertyConfidenceLevel Gets or sets the confidence level.
Public propertyConfidenceLevelEnvironment Gets the environment used for confidence levels.
Public propertyFitEnsembleController Gets or sets the fit-ensemble controller.
Public propertyFitFunctionSelectionController Gets or sets the fit-function selection controller.
Public propertyGenerationIntervalController Gets or sets the controller for the generation interval.
Public propertyIsDisposed Gets a value indicating whether this controller is already disposed.
(Inherited from ControllerBase)
Public propertyModelObject Gets the model (document) that this controller manages.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Protected propertyNoDocumentException Gets an exception that is thrown when a controller was not initialized with a document.
(Inherited from ControllerBase)
Protected propertyNotInitializedException Gets an exception that is thrown when a controller is not properly initialized.
(Inherited from ControllerBase)
Protected propertyNoViewException Gets an exception that is thrown when a controller currently has no view.
(Inherited from ControllerBase)
Public propertyParameterController Gets or sets the parameter controller.
Public propertySelectedTab Gets or sets the currently selected tab.
Public propertyShowConfidenceBands Gets or sets a value indicating whether confidence bands are shown.
Public propertyShowUnusedDependentVariables Gets or sets a value indicating whether unused dependent variables are shown.
Public propertySimulationFromEquallySpacedInterval Gets or sets a value indicating whether simulation uses an equally spaced interval.
Public propertySimulationGenerateFromIndependentVars Gets or sets a value indicating whether simulation points are generated from the independent variables.
Public propertyUseDocumentCopy Sets whether or not a copy of the document is used. If set to true, a copy of the document is used, so if the controller is not applied, all changes can be reverted. If set to false, no copy must be made. The document is directly changed by the controller, and changes cannot be reverted. Use the last option if a controller higher in the hierarchy has already made a copy of the document.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Public propertyUseUnusedDependentVarsAlsoInSimulation Gets or sets a value indicating whether unused dependent variables are also used in simulation.
Public propertyViewObject Gets or sets the GUI element that shows the model to the user.
(Inherited from MVCANControllerEditImmutableDocBaseTModel, TView)
Top
See Also