Updated 6 months ago

@stdlib/datasets-harrison-boston-house-prices • Rank 3.8 • Science 57%

A dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

Updated 6 months ago

@stdlib/datasets-harrison-boston-house-prices-corrected • Rank 3.0 • Science 57%

A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

Updated 6 months ago

@stdlib/datasets-pace-boston-house-prices • Rank 2.7 • Science 57%

A (corrected) dataset derived from information collected by the US Census Service concerning housing in Boston, Massachusetts (1978).

Updated 6 months ago

lode • Rank 10.6 • Science 44%

A monadic store of marshaled objects.

Updated 6 months ago

@stdlib/math-base-special-atan2 • Rank 6.9 • Science 44%

Compute the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).

Updated 6 months ago

@stdlib/math-strided-special-sabs2 • Rank 4.5 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-dabs2 • Rank 4.2 • Science 44%

Compute the squared absolute value for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-abs-by • Rank 4.0 • Science 44%

Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.

Updated 6 months ago

@stdlib/math-iter-special-trunc10 • Rank 3.9 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.

Updated 6 months ago

@stdlib/math-strided-special-smsktrunc • Rank 3.8 • Science 44%

Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-dmsktrunc • Rank 3.8 • Science 44%

Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.

Updated 6 months ago

@stdlib/math-iter-special-round10 • Rank 3.8 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.

Updated 6 months ago

@stdlib/utils-safe-int-min • Rank 3.8 • Science 44%

Return the minimum safe integer capable of being represented by a numeric real type.

Updated 6 months ago

@stdlib/math-base-special-cceilf • Rank 3.7 • Science 44%

Round a single-precision complex floating-point number toward positive infinity.

Updated 6 months ago

@stdlib/math-iter-special-floor10 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.

Updated 6 months ago

@stdlib/math-iter-special-trunc2 • Rank 3.5 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward zero.

Updated 6 months ago

@stdlib/math-base-special-cceiln • Rank 3.4 • Science 44%

Round a complex number to the nearest multiple of 10^n toward positive infinity.

Updated 6 months ago

@stdlib/utils-real-min • Rank 3.4 • Science 44%

Return the smallest positive normal value capable of being represented by a numeric real type.

Updated 6 months ago

@stdlib/math-iter-special-floor2 • Rank 3.4 • Science 44%

Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.

Updated 6 months ago

@stdlib/math-strided-special-dfloor • Rank 3.4 • Science 44%

Round each element in a double-precision floating-point strided array toward negative infinity.

Updated 6 months ago

@stdlib/math-strided-special-sfloor • Rank 3.4 • Science 44%

Round each element in a single-precision floating-point strided array toward negative infinity.

Updated 6 months ago

@stdlib/math-base-special-cfloorn • Rank 3.3 • Science 44%

Round a complex number to the nearest multiple of 10^n toward negative infinity.

Updated 6 months ago

@stdlib/math-strided-special-smskabs2 • Rank 3.3 • Science 44%

Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-strided-special-sabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array.

Updated 6 months ago

@stdlib/math-strided-special-dabs • Rank 3.3 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array.

Updated 6 months ago

@stdlib/utils-entries-in • Rank 3.2 • Science 44%

Return an array of an object's own and inherited enumerable property key-value pairs.

Updated 6 months ago

@stdlib/utils-safe-int-max • Rank 3.0 • Science 44%

Return the maximum safe integer capable of being represented by a numeric real type.

Updated 6 months ago

@stdlib/math-strided-special-dmskabs • Rank 3.0 • Science 44%

Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-iter-special-abs2 • Rank 3.0 • Science 44%

Create an iterator which computes the squared absolute value of each iterated value.

Updated 6 months ago

@stdlib/math-strided-special-smskabs • Rank 2.9 • Science 44%

Compute the absolute value for each element in a single-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/math-iter-special-floor • Rank 2.9 • Science 44%

Create an iterator which rounds each iterated value toward negative infinity.

Updated 6 months ago

@stdlib/math-strided-special-abs2-by • Rank 2.9 • Science 44%

Compute the squared absolute value of each element retrieved from an input strided array via a callback function.

Updated 6 months ago

@stdlib/math-iter-special-signum • Rank 2.8 • Science 44%

Create an iterator which evaluates the signum function for each iterated value.

Updated 6 months ago

@stdlib/math-strided-special-dmskabs2 • Rank 2.8 • Science 44%

Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.

Updated 6 months ago

@stdlib/utils-real-max • Rank 2.6 • Science 44%

Return the maximum finite value capable of being represented by a numeric real type.