Click or drag to resize

NewtonRaphsonParameterCalcCalculationMessage Property

This string will contain information about algorithm failure, or if the regression matrix is rank deficient and pseudo inverses were used. Otherwise it will be empty.

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

Property Value

String

Implements

ILogisticRegressionCalcCalculationMessage
See Also