squared
There are 27 repositories under squared topic.
stdlib-js/math-base-special-abs2
Compute the squared absolute value of a double-precision floating-point number.
stdlib-js/math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
stdlib-js/math-iter-sequences-squares
Create an iterator which generates a sequence of squares.
stdlib-js/math-iter-special-abs2
Create an iterator which computes the squared absolute value of each iterated value.
stdlib-js/math-strided-special-abs2
Compute the squared absolute value for each element in a strided array.
stdlib-js/math-strided-special-dabs2
Compute the squared absolute value for each element in a double-precision floating-point strided array.
stdlib-js/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
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.
stdlib-js/stats-incr-meanabs2
Compute an arithmetic mean of squared absolute values incrementally.
stdlib-js/stats-iter-cumeanabs2
Create an iterator which iteratively computes a cumulative arithmetic mean of squared absolute values.
stdlib-js/stats-iter-sumabs2
Compute the sum of squared absolute values for all iterated values.
RRafiee/Association
Finding association between clinical, pathological and molecular features
stdlib-js/math-base-special-abs2f
Compute the squared absolute value of a single-precision floating-point number.
stdlib-js/math-base-special-cabs2
Compute the squared absolute value of a complex number.
stdlib-js/math-base-special-cabs2f
Compute the squared absolute value of a single-precision complex floating-point number.
stdlib-js/math-iter-sequences-squared-triangular
Create an iterator which generates a sequence of squared triangular numbers.
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.
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.
stdlib-js/random-streams-chisquare
Create a readable stream for generating pseudorandom numbers drawn from a chi-square distribution.
stdlib-js/stats-base-dists-chisquare-ctor
Chi-squared distribution constructor.
stdlib-js/stats-incr-nansumabs2
Compute a sum of squared absolute values incrementally, ignoring NaN values.
stdlib-js/stats-incr-sumabs2
Compute a sum of squared absolute values incrementally.
stdlib-js/stats-iter-cusumabs2
Create an iterator which iteratively computes a cumulative sum of squared absolute values.
stdlib-js/stats-iter-meanabs2
Compute the arithmetic mean of squared absolute values for all iterated values.
stdlib-js/stats-iter-mmeanabs2
Create an iterator which iteratively computes a moving arithmetic mean of squared absolute values.
stdlib-js/stats-iter-msumabs2
Create an iterator which iteratively computes a moving sum of squared absolute values.