From b40dfceff3c789d583c641b43a9d26d36ea2f8f4 Mon Sep 17 00:00:00 2001 From: "Chancy K." Date: Thu, 19 Dec 2024 11:26:31 -0600 Subject: [PATCH] add derichekde (#2957) (#2957) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 9d0c2f3..f577810 100644 --- a/packages.json +++ b/packages.json @@ -34286,5 +34286,20 @@ "description": "High level audio synthesis and sequencing library", "license": "GPLv3", "web": "https://github.com/navid-m/flame" + }, + { + "name": "derichekde", + "url": "https://github.com/chancyk/deriche-kde", + "method": "git", + "tags": [ + "kde", + "density", + "kernel", + "estimation", + "deriche", + "plot" + ], + "description": "Fast KDE implementation in pure Nim using linear binning and Deriche approximation", + "license": "BSD-3-Clause" } ]