UNPKG

als-statistics

Version:

Modular JS statistics toolkit for Node.js and the browser: descriptive stats, correlations (Pearson/Spearman/Kendall), t-tests & ANOVA (Student/Welch), reliability (Cronbach’s alpha), regression (linear/logistic), clustering (DBSCAN/HDBSCAN), and table/co

5 lines 226 B
export { htmlTable } from "./html-table.js"; export { default as round } from "./round.js"; export { default as range } from './range.js' export { filterKeys } from './filter-keys.js' export { Counter } from './counter.js'