Click or drag to resize

RelaxISFitResult Class

Contains information about the results of a data fit.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISWCFLinkRelaxISFitResult

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class RelaxISFitResult

The RelaxISFitResult type exposes the following members.

Constructors
 NameDescription
Public methodRelaxISFitResult Initializes a new RelaxISFitResult object
Top
Properties
 NameDescription
Public propertyESS The end sum of squares of the fit.
Public propertyParameterErrors The resulting parameter errors calculated from the covariance matrix after the fit.
Public propertyParameterValues The resulting parameter values gotten from the fit.
Public propertyR2 The R²-value achieved by the fit.
Public propertyStatus The end status of the performed data fit.
Top
Remarks
Is used in the GetFit method of the IRelaxISWCF contract.
See Also