An error occured in calculating the eigenvalues of the adjusted (inverse) covariance matrix. Check the input covariance matrix.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Stat..::.EigenvalueException An error occured in calculating the eigenvalues of the adjusted (inverse) covariance matrix. Check the input covariance matrix.

Inheritance Hierarchy

See Also