Online Processing¶
Online processing computation mode assumes that data arrives in blocks \(i = 1, 2, 3, \ldots \text{nblocks}\).
Computation of correlation and variance-covariance matrices in the online processing mode follows the general computation schema for online processing described in Algorithms.
Algorithm Input¶
The correlation and variance-covariance matrices algorithm in the online processing mode accepts the input described below.
Pass the Input ID as a parameter to the methods that provide input for your algorithm.
For more details, see Algorithms.
Input ID  | 
Input  | 
|---|---|
  | 
Pointer to the numeric table of size \(n_i \times p\) that represents the current data block. While the input for   | 
Algorithm Parameters¶
The correlation and variance-covariance matrices algorithm has the following parameters in the online processing mode:
Parameter  | 
Default Valude  | 
Description  | 
|---|---|---|
  | 
  | 
The floating-point type that the algorithm uses for intermediate computations. Can be   | 
  | 
  | 
Available methods for computation of correlation and variance-covariance matrices: 
  | 
  | 
  | 
The type of the output matrix. Can be: 
  | 
  | 
Not applicable  | 
The procedure for setting initial parameters of the algorithm in the online processing mode.
By default, the algorithm sets the   | 
Partial Results¶
The correlation and variance-covariance matrices algorithm in the online processing mode calculates partial results described below.
Pass the Result ID as a parameter to the methods that access the results of your algorithm.
For more details, see Algorithms.
Result ID  | 
Result  | 
|---|---|
  | 
Pointer to the \(1 \times 1\) numeric table that contains the number of observations processed so far. Note By default, this result is an object of the   | 
  | 
Pointer to \(p \times p\) numeric table with the cross-product matrix computed so far. Note By default, this table is an object of the   | 
  | 
Pointer to \(1 \times p\) numeric table with partial sums computed so far. Note By default, this table is an object of the   | 
Algorithm Output¶
The correlation and variance-covariance matrices algorithm calculates the result described below.
Pass the Result ID as a parameter to the methods that access the results of your algorithm.
For more details, see Algorithms.
Result ID  | 
Result  | 
|---|---|
  | 
Use when  Note By default, this result is an object of the   | 
  | 
Use when  Note By default, this result is an object of the   | 
  | 
Pointer to the \(1 \times p\) numeric table with means. Note By default, this result is an object of the   | 
Product and Performance Information  | 
|---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201  |