Simple |
public class SimpleNonlinearFit
The SimpleNonlinearFit type exposes the following members.
Name | Description | |
---|---|---|
SimpleNonlinearFit | Creates an instance of this class. This constructor needs either dataTable, xCol and yCol to be valid, or all to be null. If all null, consider to use the other provided constructor. |
Name | Description | |
---|---|---|
ResultingChiSquare | After a fit, returns the resulting Chi Square. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
Fit | Executes the fit. Afterwards, you can get the fit parameters by GetParameter(Int32), or the resulting Chi². | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetParameter | Gets the parameter with index i. | |
GetParameterIsFixed | Gets the fixed/unfixed state of the parameter with index i. | |
GetParameterVariance | Gets the variance of parameter with index i. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ResetToDefaultParameters | Sets the values of the parameter back to their default value. | |
SetDependentVariable | With these function is is possible to change the data column used for the dependent variable. | |
SetIndependentVariable | With these function is is possible to change the data column used for the independent variable. | |
SetParameter | Sets the parameter with index i to a certain value, that is used as starting value for fitting. | |
SetParameterIsFixed | Sets the parameter with index i to either fixed (parameter can't vary during fit) or unfixed. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |