Click or drag to resize

NewtonRaphsonParameterCalcFailIfNotFullRank Property

Gets and sets a boolean value indicating whether or not parameter calculation should fail if the input matrix of observed values, the regression matrix does not have full rank. The default value is false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool FailIfNotFullRank { get; set; }

Property Value

Boolean
See Also