Skip to content
Change the repository type filter

All

    Repositories list

    • Computes the cosine similarity between two arrays.
      JavaScript
      MIT License
      119600Updated Sep 15, 2023Sep 15, 2023
    • gcd

      Public
      Computes the greatest common divisor (gcd).
      JavaScript
      MIT License
      1500Updated Nov 29, 2020Nov 29, 2020
    • lcm

      Public
      Computes the least common multiple (lcm).
      JavaScript
      MIT License
      1501Updated Nov 29, 2020Nov 29, 2020
    • mode

      Public
      Computes the mode of an array.
      JavaScript
      MIT License
      1411Updated Apr 2, 2020Apr 2, 2020
    • midmean

      Public
      Computes the interquartile mean (midmean).
      JavaScript
      MIT License
      0601Updated Jan 1, 2019Jan 1, 2019
    • dims

      Public
      Computes dimensions for arrays and matrices.
      JavaScript
      MIT License
      0400Updated Nov 13, 2018Nov 13, 2018
    • Computation library.
      JavaScript
      MIT License
      46700Updated Sep 7, 2017Sep 7, 2017
    • qmean

      Public
      Computes the quadratic mean (root mean square).
      JavaScript
      MIT License
      0700Updated Aug 17, 2017Aug 17, 2017
    • find

      Public
      Finds array elements satisfying a test condition.
      JavaScript
      MIT License
      0400Updated Jul 28, 2017Jul 28, 2017
    • cross

      Public
      Computes the cross product between two arrays.
      JavaScript
      MIT License
      0400Updated Jul 28, 2017Jul 28, 2017
    • deg2rad

      Public
      Converts degrees to radians.
      JavaScript
      MIT License
      0501Updated Jul 28, 2017Jul 28, 2017
    • rad2deg

      Public
      Converts radians to degrees.
      JavaScript
      MIT License
      0501Updated Jul 28, 2017Jul 28, 2017
    • circshift

      Public
      Shifts elements circularly.
      JavaScript
      MIT License
      2601Updated Jul 28, 2017Jul 28, 2017
    • umidmean

      Public
      Computes the upper semi-midmean.
      JavaScript
      MIT License
      0401Updated Jul 28, 2017Jul 28, 2017
    • chunkify

      Public
      Segments an array into chunks.
      JavaScript
      MIT License
      1400Updated Jul 28, 2017Jul 28, 2017
    • eq

      Public
      Computes an element-wise comparison (equality).
      JavaScript
      MIT License
      0401Updated Jul 28, 2017Jul 28, 2017
    • nanmax

      Public
      Computes the maximum value of an array ignoring non-numeric values.
      JavaScript
      MIT License
      0411Updated Jul 28, 2017Jul 28, 2017
    • nanmin

      Public
      Computes the minimum value of an array ignoring non-numeric values.
      JavaScript
      MIT License
      0411Updated Jul 28, 2017Jul 28, 2017
    • neq

      Public
      Computes an element-wise comparison (not equal).
      JavaScript
      MIT License
      0401Updated Jul 28, 2017Jul 28, 2017
    • argmax

      Public
      Returns the element indices corresponding to the maximum value.
      JavaScript
      MIT License
      1511Updated Jul 28, 2017Jul 28, 2017
    • argmin

      Public
      Returns the element indices corresponding to the minimum value.
      JavaScript
      MIT License
      0411Updated Jul 28, 2017Jul 28, 2017
    • argnanmin

      Public
      Computes the minimum value of an array ignoring non-numeric values and returns the corresponding array indices.
      JavaScript
      MIT License
      0411Updated Jul 28, 2017Jul 28, 2017
    • argnanmax

      Public
      Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.
      JavaScript
      MIT License
      0411Updated Jul 28, 2017Jul 28, 2017
    • lmidmean

      Public
      Computes the lower semi-midmean.
      JavaScript
      MIT License
      0401Updated Jul 28, 2017Jul 28, 2017
    • issorted

      Public
      Returns a boolean indicating if an input array is sorted.
      JavaScript
      MIT License
      0401Updated Jul 28, 2017Jul 28, 2017
    • isfinite

      Public
      Computes for each array element whether an element is a finite number.
      JavaScript
      MIT License
      0400Updated Jul 28, 2017Jul 28, 2017
    • isinf

      Public
      Computes for each element whether it is infinite.
      JavaScript
      MIT License
      0401Updated Jul 28, 2017Jul 28, 2017
    • isinteger

      Public
      Computes for each array element whether an element is an integer.
      JavaScript
      MIT License
      0400Updated Jul 28, 2017Jul 28, 2017
    • isnumeric

      Public
      Computes for each array element whether an element is numeric.
      JavaScript
      MIT License
      0400Updated Jul 28, 2017Jul 28, 2017
    • isnan

      Public
      Computes for each array element whether an element is NaN.
      JavaScript
      MIT License
      0400Updated Jul 28, 2017Jul 28, 2017