inter quantile range (q3 - q1)
array like (array or typed array) of all valid items
maximum value in the given data
arithmetic mean
median value in the given data
minimum value in the given data
number of missing values (NaN, null, undefined) in the data
outliers that are outside of the whiskers on both ends
25% quantile
75% quantile
variance
whisker / fence above the 75% quantile (upper one) by default is computed as the largest element that satisfies (e <= q3 + 1.5IQR && e >= q1)
whisker / fence below the 25% quantile (lower one) by default is computed as the smallest element that satisfies (e >= q1 - 1.5IQR && e <= q1)
Generated using TypeDoc
number of values (valid + missing)