IMSL C# Numerical Library

CrossCorrelation.VarianceY Property

Returns the variance of time series y.

public double VarianceY {get;}

Property Value

A double containing the variance of the time series y.

Exceptions

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

See Also

CrossCorrelation Class | Imsl.Stat Namespace