Change the repository type filter
All
Repositories list
4.1k repositories
- Standard library statistical functions.
math
Public- Lévy distribution variance.
- Lévy distribution median.
repl
Public- Triangular distribution moment-generating function (MGF).
- Uniform distribution standard deviation.
- Compute the cosecant of a degree.
- Uptime and status monitor for the stdlib website.
- Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
- Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-base-snanmeanors
PublicCalculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.stats-base-nanmeanors
PublicCalculate the arithmetic mean of a strided array, ignoring NaN values and using ordinary recursive summation.stats-base-dsnanmeanors
PublicCalculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.math-base-special-secd
PublicCompute the secant of an angle measured in degrees.math-base-special-sind
PublicComputes the sine of an angle measured in degrees.- Normal distribution probability density function (PDF).