Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 463 Bytes

statistical_functions.rst

File metadata and controls

28 lines (20 loc) · 463 Bytes

Statistical Functions

Array API specification for statistical functions.

A conforming implementation of the array API standard must provide and support the following functions.

Objects in API

.. currentmodule:: array_api

.. autosummary::
   :toctree: generated
   :template: method.rst

   cumulative_sum
   max
   mean
   min
   prod
   std
   sum
   var