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 • 347 B
JavaScript
export { testDescriptive } from './descriptive.js'
export { testCorrelation } from './correlations.js'
export { testCompareMeans } from './compare-means.js'
export { testReliability } from './realiability.js'
export { testRegression } from './regression.js'
export { testCDF } from './cdf.js'
export { testClustering } from './clustering.js'