Skip to main content

Module tables

Module tables 

Source
Expand description

Table and tabulate builtins โ€” contingency tables and integer bin counting.

Staticsยง

__BUILTIN_REG_BUILTIN_TABLE ๐Ÿ”’
__BUILTIN_REG_BUILTIN_TABULATE ๐Ÿ”’

Functionsยง

builtin_table ๐Ÿ”’
table(...) โ€” contingency table (one-way for now).
builtin_tabulate ๐Ÿ”’
tabulate(bin, nbins) โ€” count occurrences of each integer value 1..nbins.