Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/zoe
src/contractSupport
calculateMedian
Function calculateMedian
Calculate the median of a set of samples
calculate
Median
<
T
>
(
samples
,
math
)
:
undefined
|
T
Type Parameters
T
Parameters
samples
:
T
[]
the input measurements
math
:
TypedMath
<
T
>
Returns
undefined
|
T
the median (undefined if no samples)
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
Calculate the median of a set of samples