RelaxISFitResultParameterErrors Property |
The resulting parameter errors calculated from the covariance matrix after the fit.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public double[] ParameterErrors { get; set; }
Public Property ParameterErrors As Double()
Get
Set
Dim instance As RelaxISFitResult
Dim value As Double()
value = instance.ParameterErrors
instance.ParameterErrors = value
Property Value
DoubleSee Also