Change the repository type filter
All
Repositories list
4k repositories
- Standard library statistical functions.
stats-base
Publicrepl-help
Publicarray
Publicrepl-typed-signature
Publicrepl-signature
Publicrepl
Publicstdlib
Publicmeetings
Publicwww-status
PublicUptime and status monitor for the stdlib website.- Binomial distribution mode.
stats-base-svariancetk
PublicCalculate the variance of a single-precision floating-point strided array using a one-pass textbook algorithm.stats-base-dvariancetk
PublicCalculate the variance of a double-precision floating-point strided array using a one-pass textbook algorithm.stats-base-dvariancech
PublicCalculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.math
Publicmath-base-napi-binary
Public- Calculate the variance of a double-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-base-dvarmtk
PublicCalculate the variance of a double-precision floating-point strided array provided a known mean and using a one-pass textbook algorithm.stats-base-svariancech
PublicCalculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.stats-base-dvariancewd
PublicCalculate the variance of a double-precision floating-point strided array using Welford's algorithm.stats-base-smeanwd
PublicCalculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.stats-base-dnanstdevpn
PublicCalculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.- Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.