Click or drag to resize
MultiCrossCorrelationGetVarianceX Method
Returns the variances of the channels of x.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double[] GetVarianceX()

Return Value

Type: Double
A one-dimensional double containing the variances of each channel in the time series x.
Exceptions
ExceptionCondition
NonPosVarianceXYException is thrown if the problem is ill-conditioned. The variance is too small to work with.
See Also