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

7 lines 319 B
export { transpose } from './transpose.js' export { extractMetrics } from './extract-metric.js' export { split } from './split.js' export { clone } from './clone.js' export { sortBy } from './sort-by.js' export { htmlTable } from '../../utils/html-table.js' export { filterKeys } from '../../utils/filter-keys.js'