Application Notes for oneMKL Summary Statistics

ID 772991
Date 3/31/2023
Public
Document Table of Contents

Calculating Order Statistics

Order statistics is stored as a one-dimensional array. To hold results of the calculations, the size of this array should be at least m*n

where

  1. m is the number of vector components to process.

  2. n is the number of observations.

The calculation results are packed according to the value of the ostatsstorage variable. For the supported storage formats, please see table Storage format of matrix of observations and order statistics in the Summary Statistics section of [MKLMan].