random-array-weibull
Create an array containing pseudorandom numbers drawn from a Weibull distribution.
array-base-symmetric-banded-filled2d-by
Create a filled two-dimensional symmetric banded nested array according to a provided callback function.
stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
ndarray-base-unary-reduce-subarray-by
This repository contains a JavaScript library for performing unary reduction operations on subarrays within ndarray structures. Explore the code and contribute to enhance numerical computations! 🐙🌐
@stdlib/random-array-arcsine
Create an array containing arcsine distributed pseudorandom numbers.
@stdlib/blas-base-cscal
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant.
stats-strided-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
stats-strided-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
number-float64-base-add5
Compute the sum of five double-precision floating-point numbers.
@stdlib/math-base-special-cosd
Compute the cosine of an angle measured in degrees.
stats-strided-dcuminabs
Calculate the cumulative minimum absolute value of double-precision floating-point strided array elements.
stats-incr-nanskewness
Compute a corrected sample skewness incrementally, ignoring NaN values.
https://github.com/52north/sensor-station
sensor-station - based on GrovePi AirQualitySensor
@stdlib/constants-complex128-zero
Double-precision complex floating-point zero.
@stdlib/strided-base-reinterpret-complex
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
@stdlib/math-base-special-secd
Compute the secant of an angle measured in degrees.
cytobrowser
CytoBrowser, a JavaScript and Node.js driven environment for fast and accessible collaborative online visualization, assessment, and annotation of very large microscopy images.
stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
constants-float32-max-nth-factorial
Maximum nth factorial when stored in single-precision floating-point format.
@stdlib/array-base-quaternary2d
Apply a quaternary callback to elements in four two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
math-base-special-logf
Compute the base `b` logarithm of a single-precision floating-point number.
@stdlib/array-base-map4d
Apply a function to elements in a four-dimensional nested input array and assign results to elements in a new four-dimensional nested output array.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
@stdlib/random-strided-tools-binary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a binary PRNG.
blas-ext-cusum
Compute the cumulative sum along one or more ndarray dimensions.
@stdlib/array-base-unary4d
Apply a unary callback to elements in a four-dimensional nested input array and assign results to elements in a four-dimensional nested output array.
stats-strided-dsmeanpw
Calculate the arithmetic mean of a single-precision floating-point strided array using pairwise summation with extended accumulation and returning an extended precision result.
stats-strided-dsem
Calculate the standard error of the mean for a double-precision floating-point strided array.
stats-strided-drange
Calculate the range of a double-precision floating-point strided array.
math-base-special-negalucasf
Compute the nth negaLucas number in single-precision floating-point format.
@stdlib/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
stats-strided-scumax
Calculate the cumulative maximum of single-precision floating-point strided array elements.
@stdlib/constants-complex64-nan
Canonical single-precision complex floating-point NaN.
blas-base-ndarray-gdot
Compute the dot product of two one-dimensional ndarrays.
math-base-special-aversinf
Compute the inverse versed sine of a single-precision floating-point number (in radians).
array-base-unary3d-by
Apply a unary function to each element retrieved from a three-dimensional nested input array according to a callback function and assign results to elements in a three-dimensional nested output array.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
@stdlib/lapack-base-dlacpy
Copy all or part of a matrix A to another matrix B.
stats-strided-svariancewd
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
@stdlib/stats-base-sdsmean
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
blas-ext-base-ndarray-gcusum
Compute the cumulative sum of a one-dimensional ndarray.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
stats-base-ztest-alternative-str2enum
Return the enumeration constant associated with a Z-test alternative hypothesis string.
cars-api
Final assignment for DevWeb2 subject in the web and mobile course at Cotemig.
stats-strided-minsorted
Calculate the minimum value of a sorted strided array.
stats-strided-range-by
Calculate the range of a strided array via a callback function.
@stdlib/math-base-special-kernel-log1p
Compute log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].
stats-strided-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
ndarray-base-unary-strided1d-dispatch-factory
Create a function for applying a strided function to a provided ndarray.