Represents the result of a fit procedure.
| C# | Visual Basic | Visual C++ | F# |
public class FitResult
Public Class FitResult
public ref class FitResult
type FitResult = class end
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CorrelationCoefficient(Int32, Int32) |
Gets the coefficient of correlation between two fit parameters.
| |
| Covariance(Int32, Int32) |
Gets the covariance of two fit parameters.
| |
| CovarianceMatrix()()()() |
Gets the covariance matrix containing the variances and covariances for all fit parameters.
| |
| Dimension |
Gets the number of fit parameters.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GoodnessOfFit |
Gets a test of the quality of the fit.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Parameter(Int32) |
Get an estimate of a fit parameter.
| |
| Parameters()()()() |
Gets an array of the best fit parameter set.
| |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| FitResult | |