Skip to content

Releases: azeredo-e/KernSmooth.jl

v0.2.0

20 Sep 02:02

Choose a tag to compare

CHANGELOG

Full Changelog: v0.1.0...v0.2.0

Version 0.2.0 is out. The most important feature dpill function for optimal bandwidth size is now supported.

Beyond that some other fixes and implementations changes:

  • The linear system solver is now the native Julia function \ from the LinearAlgebra package;
  • There is now a check for NaN values in the solution, if they exist they are replaced by the next value in the series.

Breaking Changes

There are no breaking changes in this release.

v0.1.0

28 Jul 00:29

Choose a tag to compare

CHANGELOG

First release, v0.1.0!

Features

  • Implemented locpoly in pure Julia. The function can both create the regression for an X, Y pair of data or a density function for piece of data.

Full Changelog: https://github.com/azeredo-e/KernSmooth.jl/commits/v0.1.0