From 509c6e8111b69d3f21475d953d1f8591f707c10d Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 10 Apr 2008 16:30:29 +0000 Subject: This package adds several user-defined statistical functions to the MySQL server providing the ability to: * calculate the median of any values, * calculate the skewness and kurtosis of a distribution of value * retrieve the effective length of the longest value in a STRING column, * get the longest value from a STRING column, * calculate the faculty of a value, * calculate linear regression parameters (intercept, slope, correlation coefficent) of any values WWW: http://mysql-udf.sourceforge.net/ --- databases/mysql-udf/distinfo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 databases/mysql-udf/distinfo (limited to 'databases/mysql-udf/distinfo') diff --git a/databases/mysql-udf/distinfo b/databases/mysql-udf/distinfo new file mode 100644 index 000000000000..a02bed5e214f --- /dev/null +++ b/databases/mysql-udf/distinfo @@ -0,0 +1,3 @@ +MD5 (mysql-udf-0.3.tar.gz) = 66aced3e3662cf0bd9a1d6dbfa3daff0 +SHA256 (mysql-udf-0.3.tar.gz) = d9115aeecccfc06ccdc209a761a6a4d0dba70f15c9319ab76d173b04737beaf2 +SIZE (mysql-udf-0.3.tar.gz) = 6714 -- cgit v1.2.3