GitHub topics: squared
rzgrata/stats-mean
stats-mean implements fast, robust mean (average) routines for JavaScript and Node.js, supporting arrays, typed arrays, and streaming data. 🐙
Language: JavaScript - Size: 56.6 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-iter-msumabs2
Create an iterator which iteratively computes a moving sum of squared absolute values.
Language: JavaScript - Size: 1.13 MB - Last synced at: 7 days ago - Pushed at: 25 days ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
Language: JavaScript - Size: 861 KB - Last synced at: 12 days ago - Pushed at: 25 days ago - Stars: 2 - Forks: 0

stdlib-js/random-streams-chisquare
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
Language: JavaScript - Size: 3.56 MB - Last synced at: 8 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-abs2f
Compute the squared absolute value of a single-precision floating-point number.
Language: Python - Size: 485 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
Language: JavaScript - Size: 1020 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-cusumabs2
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
Language: JavaScript - Size: 928 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-pi-squared
π².
Language: JavaScript - Size: 322 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-squared-triangular
Create an iterator which generates a sequence of squared triangular numbers.
Language: JavaScript - Size: 931 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-nansumabs2
Compute a sum of squared absolute values incrementally, ignoring NaN values.
Language: JavaScript - Size: 444 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

sadcing/fast_sqrt_squared
Extremely fast algorithm for calculating the square of a square root. Boost your calculations with fast_sqrt_squared! 🚀💻
Language: C - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

stdlib-js/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
Language: JavaScript - Size: 2.6 MB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-cabs2
Compute the squared absolute value of a complex number.
Language: Python - Size: 558 KB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
Language: JavaScript - Size: 681 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Language: JavaScript - Size: 444 KB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-abs2-by
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
Language: JavaScript - Size: 1.07 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-incr-sumabs2
Compute a sum of squared absolute values incrementally.
Language: JavaScript - Size: 396 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-sumabs2
Compute the sum of squared absolute values for all iterated values.
Language: JavaScript - Size: 1020 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-iter-sequences-squares
Create an iterator which generates a sequence of squares.
Language: JavaScript - Size: 983 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-chisquare-ctor
Chi-squared distribution constructor.
Language: JavaScript - Size: 4.18 MB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-special-abs2
Create an iterator which computes the squared absolute value of each iterated value.
Language: JavaScript - Size: 885 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
Language: Python - Size: 394 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-cabs2f
Compute the squared absolute value of a single-precision complex floating-point number.
Language: Python - Size: 496 KB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/math-strided-special-dmskabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 591 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
Language: JavaScript - Size: 1.13 MB - Last synced at: 13 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
Language: JavaScript - Size: 973 KB - Last synced at: 8 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-incr-meanabs2
Compute an arithmetic mean of squared absolute values incrementally.
Language: JavaScript - Size: 451 KB - Last synced at: 8 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

stdlib-js/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Language: JavaScript - Size: 667 KB - Last synced at: 7 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

RRafiee/Association
Finding association between clinical, pathological and molecular features
Language: R - Size: 436 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 1 - Forks: 0
