From c8a280fb81072db06cdab4d1a94f086fc23fa5bd Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Sun, 4 Jan 2015 23:02:15 +0100 Subject: [PATCH] Release notes: add missing Pearson correlation entry --- RELEASENOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cba46d00..d9bb9283 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,7 @@ ### 3.4.0 - 2015-01-04 * Special Functions: Generalized Exponential Integral *~Ashley Messer* * Special Functions: Regularized Incomplete Gamma domain extended to a=0 *~Ashley Messer* +* Statistics: weighted Pearson correlation *~ViK* * MKL Native Provider: memory functions to free buffers and gather usage statistics *~Marcus Cuda* * F#: depend on new official FSharp.Core NuGet package instead of FSharp.Core.Microsoft.Signed * F#: simpler NuGet package dependencies (no more need for framework groups)