IMSL C# Numerical Library

MultiCrossCorrelation.GetVarianceX Method 

Returns the variances of the channels of x.

public double[] GetVarianceX();

Return Value

A one-dimensional double containing the variances of each channel in the time series x.

Exceptions

Exception Type Condition
NonPosVarianceXYException is thrown if the problem is ill-conditioned. The variance is too small to work with.

See Also

MultiCrossCorrelation Class | Imsl.Stat Namespace