GitHub topics: maximum
stdlib-js/constants-uint16-max
Maximum unsigned 16-bit integer.
Language: JavaScript - Size: 328 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-array-mskmax
Calculate the maximum value of an array according to a mask.
Language: JavaScript - Size: 506 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-max-by
Compute the maximum value along one or more ndarray dimensions according to a callback function.
Language: JavaScript - Size: 1.24 MB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smaxsorted
Calculate the maximum value of a sorted single-precision floating-point strided array.
Language: JavaScript - Size: 233 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-nanmskmax
Calculate the maximum value of an array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 431 KB - Last synced at: about 10 hours ago - Pushed at: about 11 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-iter-mmax
Create an iterator which iteratively computes a moving maximum value.
Language: JavaScript - Size: 1.08 MB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mrange
Compute a moving range incrementally.
Language: JavaScript - Size: 948 KB - Last synced at: about 11 hours ago - Pushed at: about 11 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cumidrange
Create an iterator which iteratively computes a cumulative mid-range.
Language: JavaScript - Size: 951 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-ramp
Evaluate the ramp function for each element in a strided array.
Language: JavaScript - Size: 3.69 MB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-scumaxabs
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
Language: JavaScript - Size: 196 KB - Last synced at: about 11 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

stdlib-js/constants-float64-max-ln
Natural logarithm of the maximum double-precision floating-point number.
Language: JavaScript - Size: 419 KB - Last synced at: about 12 hours ago - Pushed at: about 12 hours ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-wasm-idamax
Find the index of the first element having the maximum absolute value.
Language: JavaScript - Size: 1.93 MB - Last synced at: about 12 hours ago - Pushed at: about 12 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-smaxabssorted
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
Language: JavaScript - Size: 221 KB - Last synced at: about 12 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-cumax
Compute the cumulative maximum value along one or more ndarray dimensions.
Language: JavaScript - Size: 4.78 MB - Last synced at: about 12 hours ago - Pushed at: about 12 hours ago - Stars: 0 - Forks: 0

stdlib-js/stats-iter-maxabs
Compute the maximum absolute value of all iterated values.
Language: JavaScript - Size: 1.02 MB - Last synced at: about 12 hours ago - Pushed at: about 12 hours ago - Stars: 1 - Forks: 0

Tahmid-Ohara/stats-strided-dnanmskrange
The "stats-strided-dnanmskrange" repository provides efficient statistical functions for handling strided arrays in JavaScript. Explore the power of numerical computation with this library! 🐱💻📊
Language: JavaScript - Size: 65.4 KB - Last synced at: about 12 hours ago - Pushed at: about 13 hours ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-ndarray-scumax
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
Language: JavaScript - Size: 472 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
Language: JavaScript - Size: 534 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
Language: JavaScript - Size: 242 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

isaaqq98/constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
Language: JavaScript - Size: 43 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmskrange
Calculate the range of a strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 619 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

death-rayz/constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
Language: JavaScript - Size: 43.9 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmskmax
Calculate the maximum value of a strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 711 KB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 2 - Forks: 0

Adri2112/stats-base-ndarray-max
Compute the maximum value of a one-dimensional ndarray.
Language: JavaScript - Size: 47.9 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

remi2007/stats-strided-maxabs
This repository provides a function to compute the maximum absolute value of strided data efficiently. Join us in enhancing numerical computation in JavaScript! 🛠️✨
Language: JavaScript - Size: 53.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0

hoclok/stats-strided-nanmax-by
This repository provides a function for computing the maximum value of a strided array while ignoring NaN values. Explore the code and contribute to enhance numerical computation in JavaScript! 🐱💻📊
Language: JavaScript - Size: 56.6 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

Korva44/stats-strided-mskmax
The "stats-strided-mskmax" repository offers efficient statistical functions for handling masked maximum values in arrays. Explore the code to enhance your numerical computations in JavaScript! 🐱💻📊
Language: JavaScript - Size: 55.7 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

irina2007574/stats-strided-max-by
This repository contains the `stats-strided-max-by` function, which computes the maximum value of a strided array using a callback function. Explore the code and contribute to enhancing numerical computation in JavaScript! 🛠️📊
Language: JavaScript - Size: 56.6 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

SaraStojanova/stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
Language: JavaScript - Size: 47.9 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

lbino97/stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 62.5 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Santhoshkumar2801/stats-array-mskmax
Calculate the maximum value of an array according to a mask.
Language: JavaScript - Size: 48.8 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1 - Forks: 0

Edmark15/stats-strided-dmaxabssorted
Calculate the maximum absolute value of a sorted double-precision floating-point strided array.
Language: JavaScript - Size: 59.6 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 241 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float64-max-nth-double-factorial
Maximum nth double factorial when stored in double-precision floating-point format.
Language: JavaScript - Size: 166 KB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-minmaxf
Return the minimum and maximum of two single-precision floating-point numbers.
Language: Python - Size: 236 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-minmax
Return the minimum and maximum values.
Language: Python - Size: 564 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-minmaxabs
Return the minimum and maximum absolute values.
Language: Python - Size: 516 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 1 - Forks: 0

nicrie/xmca
Maximum Covariance Analysis in Python
Language: Python - Size: 6.89 MB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 57 - Forks: 16

soenneker/soenneker.autofaker.overrides.minmax
An AutoFaker (AutoBogus) override for the DTO MinMax
Language: C# - Size: 847 KB - Last synced at: about 17 hours ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

soenneker/soenneker.dtos.minmax
A minimal Record type with a Min (decimal) and a Max (decimal) and maximum JSON compatibility
Language: C# - Size: 428 KB - Last synced at: about 17 hours ago - Pushed at: 11 days ago - Stars: 0 - Forks: 0

dylarcher/verman-cli
A CLI library for managing node/npm versions range engine limits.
Language: HTML - Size: 271 KB - Last synced at: 4 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
Language: JavaScript - Size: 328 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanrange
Calculate the range of a strided array, ignoring NaN values.
Language: JavaScript - Size: 757 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-nanrange-by
Calculate the range of a strided array via a callback function, ignoring NaN values.
Language: JavaScript - Size: 541 KB - Last synced at: 5 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
Language: JavaScript - Size: 0 Bytes - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
Language: JavaScript - Size: 386 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmax
Calculate the maximum value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 187 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmax
Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 214 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-nanmax
Calculate the maximum value of an array, ignoring NaN values.
Language: JavaScript - Size: 426 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-snanmaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 241 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 278 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-nanmaxabs
Calculate the maximum absolute value of an array, ignoring NaN values.
Language: JavaScript - Size: 428 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-mskrange
Calculate the range of an array according to a mask.
Language: JavaScript - Size: 429 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-mskmax
Calculate the maximum value of a strided array according to a mask.
Language: JavaScript - Size: 331 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-mskrange
Calculate the range of a strided array according to a mask.
Language: JavaScript - Size: 588 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-max
Calculate the maximum value of a strided array.
Language: JavaScript - Size: 354 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-max-by
Calculate the maximum value of a strided array via a callback function.
Language: JavaScript - Size: 334 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smax
Calculate the maximum value of a single-precision floating-point strided array.
Language: JavaScript - Size: 229 KB - Last synced at: 11 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-maxsorted
Calculate the maximum value of a sorted strided array.
Language: JavaScript - Size: 366 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-maxabs
Calculate the maximum absolute value of a strided array.
Language: JavaScript - Size: 366 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmax
Calculate the maximum value of a double-precision floating-point strided array.
Language: JavaScript - Size: 285 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-ndarray-max
Compute the maximum value of a one-dimensional ndarray.
Language: JavaScript - Size: 390 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-nanmax
Calculate the maximum value of a strided array, ignoring NaN values.
Language: JavaScript - Size: 596 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-array-max
Calculate the maximum value of an array.
Language: JavaScript - Size: 428 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmaxsorted
Calculate the maximum value of a sorted double-precision floating-point strided array.
Language: JavaScript - Size: 208 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smaxabs
Calculate the maximum absolute value of a single-precision floating-point strided array.
Language: JavaScript - Size: 203 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmaxabs
Calculate the maximum absolute value of a double-precision floating-point strided array.
Language: JavaScript - Size: 232 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-maxabs
Calculate the maximum absolute value of an array.
Language: JavaScript - Size: 434 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-range-by
Calculate the range of a strided array via a callback function.
Language: JavaScript - Size: 508 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-ndarray-max-by
Compute the maximum value of a one-dimensional ndarray via a callback function.
Language: JavaScript - Size: 418 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-max-safe-integer
Maximum safe single-precision floating-point integer.
Language: JavaScript - Size: 301 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

stdlib-js/constants-array-max-array-length
Maximum length for a generic array.
Language: JavaScript - Size: 373 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-array-nanmax-by
Calculate the maximum value of an array via a callback function, ignoring NaN values.
Language: JavaScript - Size: 229 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/blas-base-isamax
Find the index of the first element having the maximum absolute value.
Language: C - Size: 220 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-base-idamax
Find the index of the first element having the maximum absolute value.
Language: C - Size: 229 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-strided-smskrange
Calculate the range of a single-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 232 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-smskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 212 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 216 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dmskrange
Calculate the range of a double-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 177 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-mskmax
Calculate the maximum value of a strided array according to a mask.
Language: JavaScript - Size: 650 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-snanmskrange
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 559 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-dmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask.
Language: JavaScript - Size: 197 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-array-max-by
Calculate the maximum value of an array via a callback function.
Language: JavaScript - Size: 809 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-snanmskmax
Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 685 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmax-by
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
Language: JavaScript - Size: 694 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmskmax
Calculate the maximum value of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 542 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dnanmskrange
Calculate the range of a double-precision floating-point strided array according to a mask, ignoring NaN values.
Language: JavaScript - Size: 545 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-range
Calculate the range of a strided array.
Language: JavaScript - Size: 648 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-max-safe-nth-fibonacci
Maximum safe nth Fibonacci number when stored in double-precision floating-point format.
Language: JavaScript - Size: 344 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-strided-smidrange
Calculate the mid-range of a single-precision floating-point strided array.
Language: JavaScript - Size: 194 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Language: JavaScript - Size: 251 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float32-max
Maximum single-precision floating-point number.
Language: JavaScript - Size: 363 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 3 - Forks: 1

stdlib-js/constants-float32-max-safe-nth-lucas
Maximum safe nth Lucas number when stored in single-precision floating-point format.
Language: JavaScript - Size: 206 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-minmaxn
Return the minimum and maximum values.
Language: JavaScript - Size: 388 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-nanmaxabs
Calculate the maximum absolute value of a strided array, ignoring NaN values.
Language: JavaScript - Size: 452 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float32-max-safe-lucas
Maximum safe Lucas number when stored in single-precision floating-point format.
Language: JavaScript - Size: 190 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

stdlib-js/constants-float64-max-safe-integer
Maximum safe double-precision floating-point integer.
Language: JavaScript - Size: 344 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-mmidrange
Create an iterator which iteratively computes a moving mid-range.
Language: JavaScript - Size: 1.11 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-iter-mrange
Create an iterator which iteratively computes a moving range.
Language: JavaScript - Size: 1.06 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-mmidrange
Compute a moving mid-range incrementally.
Language: JavaScript - Size: 962 KB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0
