No appropriate ARIMA model could be found.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Stat..::.NoAcceptableModelFoundException No appropriate ARIMA model could be found.

Inheritance Hierarchy

See Also