ARAutoUnivariateTimsacVariance Property |
The final estimate for the innovation variance calculated
by the TIMSAC automatic AR modeling routine (UNIMAR).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double TimsacVariance { get; }
Public ReadOnly Property TimsacVariance As Double
Get
public:
property double TimsacVariance {
double get ();
}
member TimsacVariance : float with get
Property Value
Type:
Double
A
double scalar value equal to the estimate for the
innovation variance.
Exceptions Remarks
This variance depends upon the value of maxlag since the series
length in this computation depends on its value. Use InnovationVariance
to return the innovation variance calculated using the maximum
series length.
See Also