Skip to content

Releases: segsell/kernreg

0.0.9

08 Feb 14:59
Compare
Choose a tag to compare

What’s Changed

  • Specify package structure for correct import of get_example_data()

0.0.8

08 Feb 14:22
Compare
Choose a tag to compare

What’s Changed

  • Add package-wide test fixture to enable function get_example_data() be called in pytest sessions.

0.0.7

08 Feb 11:36
Compare
Choose a tag to compare

What’s Changed

  • Include folder example_data in src/kernreg, which contains the motorcycle data loaded via get_example_data()(#5)

0.0.6

08 Feb 10:48
Compare
Choose a tag to compare

What’s Changed

  • Include path to motorcycle example data, which users can load via get_example_data()(#5)

0.0.5

25 Jan 12:59
Compare
Choose a tag to compare

What’s Changed

Enhance interface and provide more default arguments. For a minimal run of locpoly(), only x and y need to be specified.

  • Func locpoly(): gridsize now has a default parameter depending on the length of x (#5)
  • Permissible polynomial degree for estimating a v-th derivative is now p = v + 1, v + 3, v + 5, and v + 7 (#5)

🚀 New Features

  • Users can load motorcycle example data via get_example_data()(#5)

0.0.1

22 Jan 19:48
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

What’s Changed

First release: Tool for local polynomial kernel regression.

🚀 Features

  • Function locpoly for non-parametric curve fitting
  • Automatic bandwidth selection (#3)
  • Visualozation of results (#4)