Click or drag to resize

RegressionBaseParameterCalculationErrorMessage Property

Gets the error message associated with a failed parameter calculation.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public string ParameterCalculationErrorMessage { get; }

Property Value

String
Remarks
If the IsGood property is false, then the ParameterCalculationErrorMessage property contains any error message produced by the regression calculation object.
See Also