The estimated innovation variance of this series.

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

Syntax

C#
public double InnovationVariance { get; }
Visual Basic (Declaration)
Public ReadOnly Property InnovationVariance As Double
Visual C++
public:
property double InnovationVariance {
	double get ();
}

Field Value

A double scalar containing the estimated innovation variance for the time series.

See Also