Static
Readonly
bigThe key of the value
The value to stringify
The stringified value
Static
Readonly
calculateCalculate the mean of an array of numbers. Also known as the average. Sensitive to outliers.
The array of numbers
The mean/average of the numbers
Static
Readonly
calculateThe median is the middle value of a dataset when it is ordered from smallest to largest. If there is an even number of values, the median is the average of the two middle values. Not as sensitive to outliers as the mean/average.
The array of numbers
The median of the numbers
Static
Readonly
calculateThe standard deviation is a measure of how spread out numbers are. It is the square root of the variance.
The array of numbers
The standard deviation of the numbers
Static
Readonly
calculateCalculate the variance of an array of numbers. It measures how far each value in the dataset is from the mean.
The array of numbers
The variance of the numbers
Static
Readonly
INT32_2147483647
Static
Readonly
INT32_-2147483648
Static
Readonly
INT64_9223372036854775807n
Static
Readonly
INT64_-9223372036854775808n
Static
Readonly
isStatic
Readonly
isStatic
Readonly
isStatic
Readonly
is
A replacer function to handle bigints when stringifying JSON.