Files | |
file | avgw.c [code] |
Weighted average. | |
file | corr.c [code] |
Pearson correlation coeffient. | |
file | gini.cc [code] |
Gini coefficient. | |
file | median.cc [code] |
Median. | |
file | rand_mt.cc [code] |
Generate uniformly distributed random number from interval [0,1[. | |
file | rand_norm.cc [code] |
Generate random number from standard normal distribution. | |
file | rownumber.c [code] |
Determine row number. | |
file | skewness_pop.c [code] |
Population moment coefficient of skewness. | |
file | skewness_samp.c [code] |
Sample moment coefficient of skewness. | |
file | sqlplugin.cc [code] |
Daemon plugin. | |
file | sqlplugin.h [code] |
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. | |
file | sqlrand.cc [code] |
Random number generation. | |
file | sqlrand.h [code] |
Definitions for random number generations. | |
file | sqlstat.h [code] |
Definition of functions for UDFs and plugins. | |
file | sqlthread.c [code] |
Functions for threading. | |
file | sqlthread.h [code] |
Definitions needed for using threads and mutexes. | |
file | stddevw_pop.c [code] |
Weighted standard deviation of population. | |
file | stddevw_samp.c [code] |
Weighted standard deviation of sample. | |