Skip to content

v0.11.8

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jun 17:44

LinRegOutliers v0.11.8

Diff since v0.11.5

  • Reduce allocations in OLS and LTS. Implements new olsf() and olsf!() functions.
  • Recude allocations in hs93.
  • Replace zeros() with Array{Type, dim}(undef, ...) if possible to reduce redundant assignments.