Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
493 B
Text
10 lines
493 B
Text
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
|