This project is based on https://github.com/swallez/savitzky-golay-filter, which originated from https://code.google.com/p/savitzky-golay-filter
Modified with code from https://github.com/swallez/savitzky-golay-filter issues, which an user has provided a modified implementation based on the commons-math3.
<dependency>
<groupId>io.github.ruozhuochen</groupId>
<artifactId>savitzky-golay-filter</artifactId>
<version>1.0.1</version>
</dependency>