CVS log for ports/databases/mysql-udf/pkg-message
Up to [FreeBSD] / ports / databases / mysql-udf
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 10 16:30:29 2008 UTC (3 years, 10 months ago) by mm
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_5_EOL, HEAD
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/
