Gets the error message associated with a failed parameter calculation.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public string ParameterCalculationErrorMessage { get; }
Visual Basic (Declaration)
Public ReadOnly Property ParameterCalculationErrorMessage As String
Visual C++
public:
property String^ ParameterCalculationErrorMessage {
	String^ get ();
}

Remarks

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

See Also