Re: [alexandria-devel] patch for generic variance and standard-deviation

2012-01-23 Thread Nikodemus Siivola
Doesn't apply cleanly to HEAD. (I can sort out, but if you have the time to do it, I can merge it sooner...) Cheers,  -- Nikodemus ___ alexandria-devel mailing list alexandria-devel@common-lisp.net http://lists.common-lisp.net/cgi-bin/mailman/listinfo/

[alexandria-devel] patch for generic variance and standard-deviation

2012-01-21 Thread Tamas Papp
>From b5f88cf3488fba43d079580050dc055322cc8096 Mon Sep 17 00:00:00 2001 From: tpapp Date: Sat, 21 Jan 2012 16:04:10 +0100 Subject: [PATCH] Made variance and standard-deviation generic, single pass, removed biased version, added sse. Rationale for the changes: 1. Similarly to the mean and the me