Covariances Properties |
The Covariances type exposes the following members.
Name | Description | |
---|---|---|
MissingValueMethod |
Sets the method used to exclude missing values in x from the
computations.
| |
NumberOfProcessors |
Perform the parallel calculations with the maximum possible number of
processors set to NumberOfProcessors.
| |
NumRowMissing |
Returns the total number of observations that contain any missing values
(Double.NaN). Note that the Compute method
must be invoked first before invoking this method. Otherwise, the
return value is 0.
| |
Observations |
Returns the sum of the frequencies. Note that the Compute
method must be invoked first before invoking this method. Otherwise,
the return value is 0.
| |
SumOfWeights |
Returns the sum of the weights of all observations. Note that the
Compute method must be invoked first before invoking this
method. Otherwise, the return value is 0.
|