From fbb3aa76372963e81dac72183c9774453a2dad5c Mon Sep 17 00:00:00 2001 From: Paul Norrie Date: Fri, 13 May 2022 04:21:43 +1200 Subject: [PATCH] Add package smoothing (#2230) * Added smoothing package * Added package smoothing * Removed duplicate definition of smoothing package Co-authored-by: Paul Norrie Co-authored-by: Miran --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 62bc1f5..e01f277 100644 --- a/packages.json +++ b/packages.json @@ -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",