Fit |
The FitElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccumulatedEventData |
Gets the accumulated event data.
(Inherited from SuspendableDocumentNodeWithSetOfEventArgs) |
![]() | DataRowSelection | The selection of data rows to be plotted. |
![]() | DataTable | |
![]() | Debug_AbsolutePath |
Gets the absolute path of the node for debugging purposes.
(Inherited from SuspendableDocumentNodeBase) |
![]() | FitFunction | Gets / sets the fitting function. |
![]() | FitFunctionSupportsDerivative | Gets a value indicating whether the fit function supports derivatives w.r.t. the parameters. This is the case if the fit function implements IFitFunctionWithDerivative. |
![]() | GroupNumber | |
![]() | IsDisposed |
Gets a value indicating whether this instance is disposed.
(Inherited from SuspendableDocumentNodeBase) |
![]() | IsDisposeInProgress |
Gets a value indicating whether for this instance dispose is in progress, or the instance is already disposed.
(Inherited from SuspendableDocumentNodeBase) |
![]() | IsResumeInProgress |
Gets a value indicating whether this instance is currently resuming the events.
(Inherited from SuspendableDocumentNode) |
![]() | IsSomeoneListeningToChanges |
Gets a value indicating whether someone is listening to changes. For this, either the ParentObject or the Changed event must be set.
(Inherited from SuspendableDocumentNodeBase) |
![]() | IsSuspended |
Gets a value indicating whether this instance is suspended.
(Inherited from SuspendableDocumentNode) |
![]() | IsSuspendedOrResumeInProgress |
Gets a value indicating whether this instance is suspended or resume is currently in progress.
(Inherited from SuspendableDocumentNode) |
![]() | Name |
Gets the name of this document node. Null is returned if the name is not set or unknown.
The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.
(Inherited from SuspendableDocumentNodeBase) |
![]() | NumberOfDependentVariables | Gets the maximum possible number of dependent variables of this fit element. Please note that the actual used number of dependent variables can be less than this (see NumberOfUsedDependentVariables). |
![]() | NumberOfIndependentVariables | Gets the number of independent variables of this fit element. |
![]() | NumberOfParameters | Gets the number of parameters. |
![]() | NumberOfUsedDependentVariables | Returns the number of dependent variables that are currently used for fitting. |
![]() | ParentObject |
Gets/sets the parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase) |
![]() | UseWeights | Returns true if the regression procedure has to include weights in the calculation. Otherwise, if weights are not used for all used dependent variables (ConstantVarianceScaling with Scaling==1), false is returned. |