CovarMethod Fields |
The CovarMethod type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Cols |
All the input vectors are stored in a single matrix, as its columns
|
![]() ![]() | Normal |
[v1-avg, v2-avg,...] * transpose([v1-avg,v2-avg,...])
|
![]() ![]() | Rows |
All the input vectors are stored in a single matrix, as its rows
|
![]() ![]() | Scale |
Scale the covariance matrix coefficients by number of the vectors
|
![]() ![]() | Scrambled |
Calculates covariation matrix for a set of vectors
transpose([v1-avg, v2-avg,...]) * [v1-avg,v2-avg,...]
|
![]() ![]() | UseAvg |
Do not calc average (i.e. mean vector) - use the input vector instead
(useful for calculating covariance matrix by parts)
|
![]() | value__ |