Click or drag to resize
NonlinearRegressionRank Property
The rank of the matrix.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int Rank { get; }

Property Value

Type: Int32
An int which specifies the rank of the matrix or null if Solve(NonlinearRegressionIFunction) has not been called.
See Also