Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 339 Bytes

File metadata and controls

8 lines (6 loc) · 339 Bytes
layerchart minor

feat: Add statistical utility functions computeBoxStats() and kde()

  • computeBoxStats(values, k?) computes the five-number summary and outliers using the Tukey IQR method
  • kde(values, options?) computes kernel density estimation using the Epanechnikov kernel with Silverman's rule-of-thumb bandwidth