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