Meta.Numerics Library
FitResult Class
Meta.NumericsMeta.Numerics.StatisticsFitResult
Represents the result of a fit procedure.
Declaration Syntax
C#Visual BasicVisual C++F#
public class FitResult
Public Class FitResult
public ref class FitResult
type FitResult =  class end
Members
All MembersMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
FitResult