Home / source_functions
Name Modified Size InfoDownloads / Week
Parent folder
xf_wint1.c 2011-02-16 2.3 kB
xf_hist1d.c 2011-02-16 3.2 kB
xf_percentiled1.c 2011-02-16 2.2 kB
xf_percentilef1.c 2011-02-16 2.2 kB
xf_normd.c 2011-02-16 1.6 kB
xf_statsf.c 2011-02-16 1.2 kB
xf_statsi2.c 2011-02-16 2.2 kB
xf_statsd2.c 2011-02-16 2.2 kB
xf_statsf2.c 2011-02-16 2.2 kB
Totals: 9 Items   19.3 kB 0

SOURCE-CODE: FUNCTIONS

Analysis

xf_wint1 : Generate a list of time intervals between two classes of events

xf_hist1d : Produce x- and y-values for a frequency or probability histogram

xf_percentiled1 : get the percentiles in aan array of double-precision numbers (.01,.025,.05,.1,.25,.5,.75,.90,.95,.975,.99)

xf_percentilef1 : get the percentiles in aan array of floating-point numbers (.01,.025,.05,.1,.25,.5,.75,.90,.95,.975,.99)

xf_statsd2 : Calculate mean, SEM, skew etc. for an array of type double. Includes option to use a two-pass method for calculating variance, which can prevent overflow errors when dealing with very large datasets.

xf_statsi2 : As above, for an array of type int.

xf_statsf2 : As above, for an array of type float.

xf_statsf : Faster version of xf_statsf2 which skips calculation of skew.

Data Transformation

xf_normd : Normalize an array of numbers (two types: 0-1 or z-scores)

SOURCE-CODE: PROGRAMS

Source: README.md, updated 2011-02-16