The model has been determined to be rank deficient.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
[SerializableAttribute]
public class RankDeficientException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class RankDeficientException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class RankDeficientException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Stat..::.RankDeficientException The model has been determined to be rank deficient.

Inheritance Hierarchy

See Also