Skip to content

descriptiveStats

Calculate a rich set of descriptive statistics for an array in one call. This helper wraps core vector statistics (mean, variance, quartiles, skewness, etc.) and returns them in a single object.

Parameters

NameDescription
dataInput array of numbers

Returns

An object with common descriptive statistics

Try it out

Try it out
Initializing library...