Click or drag to resize

RelaxISFitResultParameterErrors Property

Note: This API is now obsolete.

The resulting parameter errors calculated from the covariance matrix after the fit.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.25.6
Syntax
[ObsoleteAttribute("Use Parameters property instead")]
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public IReadOnlyList<double> ParameterErrors { get; }

Property Value

IReadOnlyListDouble
See Also