There are no observations in a group. Cannot compute statistics.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Stat..::.EmptyGroupException There are no observations in a group. Cannot compute statistics.

Inheritance Hierarchy

See Also