Add package smoothing (#2230)

* Added smoothing package

* Added package smoothing

* Removed duplicate definition of smoothing package

Co-authored-by: Paul Norrie <paul.m.norrie@gmailcom>
Co-authored-by: Miran <narimiran@disroot.org>
This commit is contained in:
Paul Norrie 2022-05-13 04:21:43 +12:00 committed by GitHub
parent 86b96fa086
commit fbb3aa7637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26146,6 +26146,18 @@
"license": "GPL-3.0-or-later",
"web": "https://git.sr.ht/~xigoi/matext"
},
{
"name": "smoothing",
"url": "https://github.com/paulnorrie/smoothing",
"method": "git",
"tags": [
"math",
"statistics"
],
"description": "Smoothing functions for Regression and Density Estimation",
"license": "GPL-3.0-or-later",
"web": "https://github.com/paulnorrie/smoothing"
},
{
"name": "blarg",
"url": "https://github.com/squattingmonk/blarg",