Click or drag to resize
MultiCrossCorrelation.GetVarianceY Method
Returns the variances of the channels of y.

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

Return Value

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