The initial values for the moving average parameters are not invertable. Execution is halted.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Stat..::.InitialMAException the initial MA values provided for the moving average terms using are non-invertable. The time series estimates are not computed.

Inheritance Hierarchy

See Also