Change the repository type filter
All
Repositories list
4k repositories
stdlib
Public- Uptime and status monitor for the stdlib website.
- Standard library statistical functions.
- Calculate the range of a double-precision floating-point strided array.
- Calculate the minimum absolute value of a double-precision floating-point strided array, ignoring NaN values.
stats-base-dminabs
PublicCalculate the minimum absolute value of a double-precision floating-point strided array.- Uniform distribution median.
- Uniform distribution expected value.
- Calculate the cumulative maximum of double-precision floating-point strided array elements.
stats-base-dsem
PublicCalculate the standard error of the mean for a double-precision floating-point strided array.stats-base-dsemch
PublicCalculate the standard error of the mean for a double-precision floating-point strided array using a one-pass trial mean algorithm.- Planck distribution expected value.
blas
Publicblas-ext-base-snansumors
PublicCalculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.- Compute the nth non-Fibonacci single-precision floating-point number.
- Calculate the standard deviation of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-base-svariance
PublicCalculate the variance of a single-precision floating-point strided array.stats-base-svariancetk
PublicCalculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.stats-base-sstdevwd
PublicCalculate the standard deviation of a single-precision floating-point strided array using Welford's algorithm.- Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values.
stats-base-dnanvariance
PublicCalculate the variance of a double-precision floating-point strided array ignoring NaN values.- Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
- Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
stats-base-dnanmeanors
PublicCalculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.stats-base-dnanmean
PublicCalculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.string
Publicarray
Public