Skip to content

Documentation / @ripl/charts / boxplotStats

Function: boxplotStats()

boxplotStats(values): BoxplotStats

Defined in: charts/src/core/statistics.ts:170

Computes the box-plot five-number summary, splitting values beyond 1.5×IQR out as outliers.

Parameters

ParameterType
valuesnumber[]

Returns

BoxplotStats