Analysis - Smooth
Open, LowPublic

Description

Implement Analysis functions for Smoothing

Related Objects

sgerlach updated the task description. (Show Details)Apr 30 2016, 9:43 PM
sgerlach updated the task description. (Show Details)May 1 2016, 8:14 PM
sgerlach updated the task description. (Show Details)May 30 2016, 9:02 PM
sgerlach added a comment.EditedJun 2 2016, 10:08 PM

Smoothing methods:

  • Running/Moving average with weight (centered/lagged) - DONE
  • Percentile filter - DONE
  • Savitzky-Golay - DONE
    • TODO: differentiation

TODO:

  • LOESS/LOWESS/RLOESS/RLOWESS
  • Bezier curves (de Casteljau)
  • B-spline (de Boor, see GSL)
  • ( Fourier low pass filter)
sgerlach updated the task description. (Show Details)Jun 2 2016, 10:09 PM
sgerlach moved this task from Backlog to Work in Progress on the LabPlot board.Jun 11 2016, 9:31 PM
sgerlach moved this task from Current Release to Backlog on the LabPlot board.