Updated 6 months ago

extra-bit • Rank 10.2 • Science 54%

The bit is a basic unit of information in information theory, computing.

Updated 6 months ago

extra-boolean • Rank 9.7 • Science 54%

Boolean data type has two possible truth values to represent logic.

Updated 6 months ago

recount • Rank 17.4 • Science 23%

R package for the recount2 project. Documentation website: http://leekgroup.github.io/recount/

Updated 6 months ago

ndarray-count-truthy • Science 44%

Count the number of truthy elements along one or more ndarray dimensions.

Updated 6 months ago

array-base-count-ifs • Science 44%

Perform element-wise evaluation of one or more input arrays according to provided predicate functions and count the number of elements for which all predicates respectively return `true`.

Updated 6 months ago

ndarray-count-if • Science 44%

Count the number of elements along one or more ndarray dimensions which pass a test implemented by a predicate function.

Updated 6 months ago

ndarray-base-count-falsy • Science 44%

Count the number of falsy elements in an ndarray.

Updated 6 months ago

ndarray-count-falsy • Science 44%

Count the number of falsy elements along one or more ndarray dimensions.

Updated 6 months ago

@stdlib/iter-counter • Science 44%

Create an iterator which iteratively returns the number of iterated values.

Updated 6 months ago

@stdlib/array-base-count-if • Science 44%

Count the number of elements in an array that satisfy the provided testing function.

Updated 6 months ago

@stdlib/array-base-count-same-value • Science 44%

Count the number of elements that are equal to a given value in an array.

Updated 6 months ago

ndarray-base-count-if • Science 44%

Count the number of elements in an ndarray which pass a test implemented by a predicate function.

Updated 6 months ago

@stdlib/array-base-count-same-value-zero • Science 44%

Count the number of elements that are equal to a given value in an array.

Updated 6 months ago

ndarray-base-some-by • Science 44%

Test whether at least `n` elements in an ndarray pass a test implemented by a predicate function.

Updated 6 months ago

ndarray-base-count-truthy • Science 44%

Count the number of truthy elements in an ndarray.