@stdlib/stats-base-dists-bernoulli-median
Bernoulli distribution median.
Bernoulli distribution median.
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
Round a numeric value to the nearest number with N significant figures.
Generate a linearly spaced numeric array using a provided increment.
Generate a linearly spaced array over a specified interval.
Generate a logarithmically spaced numeric array.
Generate an array of linearly spaced dates.
Calculate the sum of double-precision floating-point strided array elements using pairwise summation.
Add a constant to each element in a strided array.
Adds a constant to each strided array element and computes the sum.
Adds a constant to each strided array element and computes the sum using an improved Kahan–Babuška algorithm.
Adds a constant to each strided array element and computes the sum using a second-order iterative Kahan–Babuška algorithm.
Adds a constant to each strided array element and computes the sum using ordinary recursive summation.
Adds a constant to each strided array element and computes the sum using pairwise summation.
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
Calculate the cumulative sum of strided array elements.
Calculate the cumulative sum of strided array elements using an improved Kahan–Babuška algorithm.
Calculate the cumulative sum of strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the cumulative sum of strided array elements using ordinary recursive summation.
Calculate the cumulative sum of strided array elements using pairwise summation.