stats-base-dists-planck-kurtosis
Planck (discrete exponential) distribution excess kurtosis.
https://github.com/aveek-saha/mean-todo-app
A checklist style todo app made using the MEAN stack. The tasks sync seamlessly across multiple instances of the application
@stdlib/math-strided-special-asinh-by
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
math-base-special-heavisidef
Evaluate the Heaviside function for a single-precision floating-point number.
math-base-special-xlogyf
Compute `x * ln(y)` so that the result is `0` if `x = 0` for single-precision floating-point numbers `x` and `y`.
math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.
ndarray-base-unary-reduce-strided1d-assign-struct
Perform a reduction over a list of specified dimensions in an input ndarray via a one-dimensional strided array reduction function and assign results to a provided output ndarray.
@stdlib/random-array-minstd-shuffle
Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
stats-strided-svariancech
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
stats-incr-nanskewness
Compute a corrected sample skewness incrementally, ignoring NaN values.
math-array-special-abs
Compute the absolute value for each element in an input array.
blas-ext-base-ndarray-ssum
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray.
@stdlib/array-base-unary2d
Apply a unary callback to elements in a two-dimensional nested input array and assign results to elements in a two-dimensional nested output array.
@stdlib/stats-base-dists-bernoulli-stdev
Bernoulli distribution standard deviation.
math-base-special-nonfibonaccif
Compute the nth non-Fibonacci single-precision floating-point number.
stats-array-variancetk
Calculate the variance of an array using a one-pass textbook algorithm.
stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/array-base-map3d
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
stats-base-ztest-one-sample-results-to-string
Serialize a one-sample Z-test results object as a formatted string.
array-base-broadcasted-ternary4d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
@stdlib/math-base-ops-add5
Compute the sum of five double-precision floating-point numbers.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.
@stdlib/array-base-assert-is-complex-typed-array
Test if a value is a complex typed array.
@stdlib/random-strided-discrete-uniform
Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/random-strided-chisquare
Fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
complex-float32-base-sub
Subtract two single-precision complex floating-point numbers.
@stdlib/complex-float64-base-assert-is-same-value
Test whether two double-precision complex floating-point numbers are the same value.
@stdlib/random-strided-chi
Fill a strided array with pseudorandom numbers drawn from a chi distribution.
math-base-special-acosdf
Compute the arccosine (in degrees) of a single-precision floating-point number.
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-array-nanmeanors
Calculate the arithmetic mean of an array, ignoring NaN values and using ordinary recursive summation.
@stdlib/array-base-quinary2d
Apply a quinary callback to elements in five two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.