Type definition for threshold generator which returns an array of recommended thresholds
Type definition for threshold generator which returns the count of recommended thresholds
Compute the standard deviation, defined as the square root of the bias-corrected variance, of the given array of numbers.
Compute the standard deviation, defined as the square root of the bias-corrected variance, of the given array, using the given accessor to convert values to numbers.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the min and max simultaneously.
Return the maximum value in the array of strings using natural order.
Return the maximum value in the array of numbers using natural order.
Return the maximum value in the array using natural order and a projection function to map values to strings.
Return the maximum value in the array using natural order and a projection function to map values to easily-sorted values.
Return the mean of an array of numbers
Return the median of an array of numbers
Merges the specified arrays into a single array.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
Return the minimum value in the array using natural order.
For each adjacent pair of elements in the specified array, returns a new array of tuples of elements i and i - 1. Returns the empty array if the input array has fewer than two elements.
Given the specified array, return an array corresponding to the list of indices in 'keys'.
Given the specified object, return an array corresponding to the list of property names in 'keys'.
Returns the p-quantile of an array of numbers
Generates a 0-based numeric sequence. The output range does not include 'stop'.
Generates a numeric sequence starting from the given start and stop values. 'step' defaults to 1. The output range does not include 'stop'.
Randomizes the order of the specified array using the Fisher–Yates shuffle.
Compute the sum of an array of numbers.
Compute the sum of an array, using the given accessor to convert values to numbers.
Generate an array of with the differences between adjecent ticks, had the same arguments been passed to ticks(start, stop, count)
Generate an array of approximately count + 1 uniformly-spaced, nicely-rounded values between start and stop (inclusive).
Transpose a matrix provided in Array of Arrays format.
Compute an unbiased estimator of the population variance of the given array of numbers.
Compute an unbiased estimator of the population variance of the given array, using the given accessor to convert values to numbers.
Returns an array of arrays, where the ith array contains the ith element from each of the argument arrays. The returned array is truncated in length to the shortest array in arrays. If arrays contains only a single array, the returned array contains one-element arrays. With no arguments, the returned array is empty.
Generated using TypeDoc
Administrivia: JavaScript primitive types and Date