Click or drag to resize
Covariances Properties

The Covariances type exposes the following members.

Properties
  NameDescription
Public propertyMissingValueMethod
Sets the method used to exclude missing values in x from the computations.
Public propertyNumberOfProcessors
Perform the parallel calculations with the maximum possible number of processors set to NumberOfProcessors.
Public propertyNumRowMissing
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.
Public propertyObservations
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.
Public propertySumOfWeights
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.
Top
See Also