mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
509c6e8111
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/
16 lines
567 B
Plaintext
16 lines
567 B
Plaintext
This package adds several user-defined statistics 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/
|
|
|
|
- Martin Matuska
|
|
mm@FreeBSD.org
|