Updated 10 months ago

iter-cuevery-by • Science 44%

Create an iterator which cumulatively tests whether every iterated value passes a test implemented by a predicate function.

Updated 10 months ago

blas-base-wasm-ccopy • Science 44%

Copy values from one complex single-precision floating-point vector to another complex single-precision floating-point vector.

Updated 10 months ago

stats-strided-dnanvariancech • Science 57%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 10 months ago

stats-strided-dnanstdevtk • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 10 months ago

stats-base-ztest-two-sample-results-float32 • Science 44%

Create a two-sample Z-test single-precision floating-point results object.

Updated 10 months ago

math-base-special-fibonacci-indexf • Science 44%

Compute the Fibonacci number index of a single-precision floating-point number.

Updated 10 months ago

stats-base-ndarray-smax • Science 44%

Compute the maximum value of a one-dimensional single-precision floating-point ndarray.

Updated 10 months ago

https://github.com/cedrickchee/doom-wasm • Science 13%

Porting DOOM to WebAssembly from scratch, without much magic tooling or frameworks (i.e, Emscripten) on our way.

Updated 10 months ago

stats-strided-dmeanors • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.

Updated 10 months ago

math-base-special-modff • Science 44%

Decompose a single-precision floating-point number into integral and fractional parts.

Updated 10 months ago

array-base-zip2views • Science 44%

Zip one or more arrays to an array of composite views.

Updated 10 months ago

assert-is-almost-equal-complex128array • Science 44%

Test if two arguments are both Complex128Arrays and contain respective elements which are approximately equal within a specified number of ULPs (units in the last place).

Updated 10 months ago

math-base-special-cinvf • Science 67%

Compute the inverse of a single-precision complex floating-point number.

Updated 10 months ago

@stdlib/napi-argv-strided-int8array • Science 44%

Convert a Node-API value representing a strided array to a signed 8-bit integer array.

Updated 10 months ago

stats-strided-smeanli • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 10 months ago

@stdlib/random-array-triangular • Science 44%

Create an array containing pseudorandom numbers drawn from a triangular distribution.

Updated 10 months ago

stats-strided-nanvariancech • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass trial mean algorithm.

Updated 10 months ago

stats-array-nanstdevtk • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass textbook algorithm.

Updated 10 months ago

stats-array-nanstdevyc • Science 44%

Calculate the standard deviation of an array ignoring `NaN` values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-sztest2 • Science 44%

Compute a two-sample Z-test for two single-precision floating-point strided arrays.

Updated 10 months ago

math-base-special-cpolarf • Science 44%

Compute the absolute value and the phase of a single-precision complex floating-point number.

Updated 10 months ago

array-struct-factory • Science 44%

Return a constructor for creating arrays having a fixed-width composite data type.

Updated 10 months ago

stats-base-ndarray-dcumax • Science 44%

Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 10 months ago

stats-strided-sztest • Science 44%

Compute a one-sample Z-test for a single-precision floating-point strided array.

Updated 10 months ago

complex-float32-base-assert-is-same-value • Science 44%

Test whether two single-precision complex floating-point numbers are the same value.

Updated 10 months ago

array-base-broadcasted-quaternary2d • Science 44%

Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a two-dimensional nested output array.

Updated 10 months ago

stats-strided-dnanmeanpw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using pairwise summation.

Updated 10 months ago

stats-strided-dmeanstdevpn • Science 57%

Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.

Updated 10 months ago

stats-strided-dsnanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.

Updated 10 months ago

stats-strided-snanmeanwd • Science 57%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.

Updated 10 months ago

stats-strided-dvarmpn • Science 57%

Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.

Updated 10 months ago

math-base-special-coversinf • Science 44%

Compute the coversed sine of a single-precision floating-point number (in radians).

Updated 10 months ago

array-base-cuevery-by • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function.

Updated 10 months ago

array-base-cunone-by • Science 44%

Cumulatively test whether every element in a provided array fails a test implemented by a predicate function.

Updated 10 months ago

array-base-broadcasted-quaternary4d • Science 44%

Apply a quaternary callback to elements in four broadcasted input arrays and assign results to elements in a four-dimensional nested output array.

Updated 10 months ago

@stdlib/array-base-fliplr5d • Science 44%

Reverse the order of elements along the last dimension of a five-dimensional nested input array.

Updated 10 months ago

@stdlib/array-base-fillednd-by • Science 44%

Create a filled n-dimensional nested array according to a provided callback function.

Updated 10 months ago

@stdlib/string-base-distances-hamming • Science 44%

Calculate the Hamming distance between two equal-length strings.

Updated 10 months ago

pmv-ads-2024-1-e3-proj-mov-t2-plantei • Science 44%

Gerencie suas plantas de forma simples com lembretes personalizados e informações sobre cada espécie.

Updated 10 months ago

stats-strided-nanvariancepn • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.

Updated 10 months ago

sixarm_sencha_demo_model • Science 44%

SixArm.com » Sencha » Demo » Model

Updated 10 months ago

qole • Science 57%

An easy-to-use simulator for Quantum Circuits for JavaScript, based on Quantum Multiple-Valued Decision Diagrams.

Updated 10 months ago

@stdlib/string-base-truncate-middle • Science 44%

Truncate the middle UTF-16 code units of a string to return a string having a specified length.

Updated 10 months ago

stats-strided-nanvarianceyc • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 10 months ago

stats-strided-nanvariancetk • Science 57%

Calculate the variance of a strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 10 months ago

array-base-entries2objects • Science 26%

Transform array entries into objects with ease using array-base-entries2objects. Streamline your data manipulation in JavaScript! 🚀🌐

Updated 10 months ago

fnv-es • Science 44%

An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm Fowler-Noll-Vo (FNV).

Updated 10 months ago

stats-strided-dnanmean • Science 44%

Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values.

Updated 10 months ago

stats-array-minabs • Science 26%

Calculate the minimum absolute value of an array.

Updated 10 months ago

blas-base-wasm-scnrm2 • Science 26%

Efficiently compute the SCNRM2 norm in WebAssembly with blas-base-wasm-scnrm2. Enhance your numerical tasks in JavaScript and Node.js! 🚀💻

Updated 10 months ago

getable • Science 13%

HTML Tables with Dynamic Data in R Markdown

Updated 10 months ago

@stdlib/array-base-filter • Science 44%

Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.

Updated 10 months ago

ndarray-filter-map • Science 44%

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

Updated 10 months ago

@stdlib/random-strided-chi • Science 44%

Fill a strided array with pseudorandom numbers drawn from a chi distribution.

Updated 10 months ago

@stdlib/array-base-flipud5d • Science 44%

Reverse the order of elements along the second-to-last dimension of a five-dimensional nested input array.

Updated 10 months ago

math-base-special-croundf • Science 44%

Round each component of a single-precision complex floating-point number to the nearest integer.

Updated 10 months ago

array-base-scatter-filled • Science 44%

Scatter a list of provided values to specified indices in a new filled "generic" array.

Updated 10 months ago

meta • Science 67%

A meta-analysis tool

Updated 10 months ago

https://github.com/taiizor/tauri-plugin-cache • Science 26%

🚀 Supercharge your Tauri app with intelligent disk & memory caching. Features TTL, compression, auto-cleanup, and cross-platform support for optimized performance.

Updated 10 months ago

@stdlib/random-array-chi • Science 44%

Create an array containing pseudorandom numbers drawn from a chi distribution.

Updated 10 months ago

@stdlib/ndarray-base-slice-dimension • Science 44%

Return a view of an input ndarray when sliced along a specified dimension.

Updated 10 months ago

@stdlib/complex-float64-imag • Science 44%

Return the imaginary component of a double-precision complex floating-point number.

Updated 10 months ago

math-base-assert-is-evenf • Science 44%

Test if a finite single-precision floating-point number is an even number.

Updated 10 months ago

@stdlib/math-base-special-kernel-log1p • Science 44%

Compute log(1+f) - f for 1+f in ~[sqrt(2)/2, sqrt(2)].

Updated 10 months ago

ndarray-map • Science 26%

Apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.

Updated 10 months ago

ndarray-base-ndarraylike2scalar • Science 26%

Transform ndarray-like objects to scalars with ease. This library streamlines numerical computation in JavaScript for both browsers and Node.js. 🐙✨

Updated 10 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 10 months ago

@stdlib/array-base-count-same-value • Science 44%

Count the number of elements that are equal to a given value in an array.

Updated 10 months ago

@stdlib/napi-argv-strided-uint16array • Science 44%

Convert a Node-API value representing a strided array to an unsigned 16-bit integer array.

Updated 10 months ago

@stdlib/complex-base-assert-is-same-value-zero • Science 44%

Test whether two double-precision complex floating-point numbers are the same value.

Updated 10 months ago

@stdlib/stats-base-sdsmean • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.