aboutsummaryrefslogblamecommitdiff
path: root/databases/mysql-udf/pkg-descr
blob: 9a7822748de6a057e2f59b19acea5647d3d58d5e (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                            
                                                                           


                                      
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/