| Class | Description |
|---|---|
| Bias |
Calculate a bias
|
| Dot |
Dot product
|
| Max |
Calculate the max over a vector
|
| Mean |
Calculate the mean of the vector
|
| Min |
Calculate the min over a vector
|
| Norm1 |
Sum of absolute values
|
| Norm2 |
Sum of squared values (real)
Sum of squared complex modulus (complex)
|
| NormMax |
The max absolute value
|
| Prod |
Prod the components
|
| StandardDeviation |
Standard deviation (sqrt of variance)
|
| Sum |
Sum the components
|
| Variance |
Variance with bias correction.
|
Copyright © 2016. All Rights Reserved.