:orphan: .. title:: CONFIG_CMSIS_DSP_STATISTICS .. kconfig:: CONFIG_CMSIS_DSP_STATISTICS CONFIG_CMSIS_DSP_STATISTICS ########################### *Statistics Functions* Type: ``bool`` Help ==== .. code-block:: none This option enables the Statistics Functions, which support the following operations: * Minimum * Absolute Minimum * Maximum * Absolute Maximum * Mean * Root Mean Square (RMS) * Variance * Standard Deviation * Power * Entropy * Kullback-Leibler Divergence * LogSumExp (LSE) Direct dependencies =================== \ :kconfig:`CMSIS_DSP ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols implied by this symbol ============================== - \ :kconfig:`CMSIS_DSP_BASICMATH ` - \ :kconfig:`CMSIS_DSP_FASTMATH ` Symbols that imply this symbol ============================== - \ :kconfig:`CMSIS_DSP_BAYES ` - \ :kconfig:`CMSIS_DSP_DISTANCE ` Kconfig definition ================== At ``/Kconfig.cmsis_dsp:141`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:13`` → ``/Kconfig.cmsis:28`` Menu path: (Top) → Modules → CMSIS-DSP Library Support .. code-block:: kconfig config CMSIS_DSP_STATISTICS bool "Statistics Functions" imply CMSIS_DSP_BASICMATH imply CMSIS_DSP_FASTMATH depends on CMSIS_DSP help This option enables the Statistics Functions, which support the following operations: * Minimum * Absolute Minimum * Maximum * Absolute Maximum * Mean * Root Mean Square (RMS) * Variance * Standard Deviation * Power * Entropy * Kullback-Leibler Divergence * LogSumExp (LSE) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*