.. SPDX-FileCopyrightText: 2019-2020 Intel Corporation
..
.. SPDX-License-Identifier: CC-BY-4.0

.. _onemath_stats_routines:

Summary Statistics Routines
===========================

The oneMath Summary Statistics routines calculate next estimates:

.. container::

  .. container:: tablenoborder

    .. list-table::
      :header-rows: 1

      * -  Routine
        -  Description
      * - :ref:`onemath_stats_raw_sum`
        - Raw sums up to the fourth order
      * - :ref:`onemath_stats_central_sum`
        - Central sums up to the fourth order
      * - :ref:`onemath_stats_central_sum_user_mean`
        - Central sums up to the fourth order with provided mean
      * - :ref:`onemath_stats_mean`
        - Mean value
      * - :ref:`onemath_stats_raw_moment`
        - Raw moments up to the fourth order
      * - :ref:`onemath_stats_central_moment`
        - Central moments up to the fourth order
      * - :ref:`onemath_stats_central_moment_user_mean`
        - Central moments up to the fourth order with provided mean
      * - :ref:`onemath_stats_variation`
        - Variation coefficient
      * - :ref:`onemath_stats_variation_user_mean`
        - Variation coefficient with provided mean
      * - :ref:`onemath_stats_skewness`
        - Skewness value
      * - :ref:`onemath_stats_skewness_user_mean`
        - Skewness value with provided mean
      * - :ref:`onemath_stats_kurtosis`
        - Kurtosis value
      * - :ref:`onemath_stats_kurtosis_user_mean`
        - Kurtosis value with provided mean
      * - :ref:`onemath_stats_min`
        - Min value
      * - :ref:`onemath_stats_max`
        - Max value
      * - :ref:`onemath_stats_min_max`
        - Min and max values
    
   **Parent topic:** :ref:`onemath_stats`



.. toctree::
    :hidden:

    onemath_stats_raw_sum
    onemath_stats_central_sum
    onemath_stats_central_sum_user_mean
    onemath_stats_mean
    onemath_stats_raw_moment
    onemath_stats_central_moment
    onemath_stats_central_moment_user_mean
    onemath_stats_variation
    onemath_stats_variation_user_mean
    onemath_stats_skewness
    onemath_stats_skewness_user_mean
    onemath_stats_kurtosis
    onemath_stats_kurtosis_user_mean
    onemath_stats_min
    onemath_stats_max
    onemath_stats_min_max