Moments of Low Order
Moments are basic quantitative measures of data set characteristics such as location and dispersion.
oneDAL computes the following low order characteristics:
- minimums/maximums
- sums
- means
- sums of squares
- sums of squared differences from the means
- second order raw moments
- variances
- standard deviations
- variations
Details
Given a set
of dimension
X
of n
feature vectors
p
,
the problem is to compute the following sample characteristics for each feature in the data set:Statistic | Definition |
---|---|
Minimum | |
Maximum | |
Sum | |
Sum of squares | |
Means | |
Second order raw moment | |
Sum of squared difference from the means | |
Variance | |
Standard deviation | |
Variation coefficient |
Computation
The following computation modes are available:
Examples
C++ (CPU)
Batch Processing:
Online Processing:
Distributed Processing:
Java*
There is no support for Java on GPU.
Batch Processing:
Online Processing:
Distributed Processing:
Python* with DPC++ support
Batch Processing:
Online Processing:
Python*
Batch Processing:
Online Processing:
Distributed Processing: