MultiCrossCorrelationGetVarianceX Method |
Returns the variances of the channels of x.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double[] GetVarianceX()
Public Function GetVarianceX As Double()
public:
array<double>^ GetVarianceX()
member GetVarianceX : unit -> float[]
Return Value
Type:
Double
A one-dimensional
double containing the variances of each
channel in the time series
x.
Exceptions Exception | Condition |
---|
NonPosVarianceXYException |
is thrown if the problem is ill-conditioned.
The variance is too small to work with.
|
See Also