Statistics for MySQL
1.1
|
▼ src | |
avgw.c | Weighted average |
corr.c | Pearson correlation coeffient |
gini.cc | Gini coefficient |
median.cc | Median |
rand_mt.cc | Generate uniformly distributed random number from interval [0,1[ |
rand_norm.cc | Generate random number from standard normal distribution |
rownumber.c | Determine row number |
skewness_pop.c | Population moment coefficient of skewness |
skewness_samp.c | Sample moment coefficient of skewness |
sqlplugin.cc | Daemon plugin |
sqlplugin.h | Definition of structures needed to implement a plugin. sqlstat is implemented as a replication plugin because the interface version number tends to be kept constant |
sqlrand.cc | Random number generation |
sqlrand.h | Definitions for random number generations |
sqlstat.h | Definition of functions for UDFs and plugins |
sqlthread.c | Functions for threading |
sqlthread.h | Definitions needed for using threads and mutexes |
stddevw_pop.c | Weighted standard deviation of population |
stddevw_samp.c | Weighted standard deviation of sample |