avg
: calculates the average of a series of numbersavg2
: likeavg
but print fluctuation instead of standard erroravg_bl
: likeavg
, but using blocks to calculate erroravg_bs
: likeavg
, but using bootstraping technique to calculate erroravg_jk
: likeavg
, but using jackknife method to calculate errorcross_corr
: calculates the cross correlation function of a series of numberscsa
: Christoph's simple analysisgauss_chain
: generates a grauss chain with a certain correlationhistogram
: calculates a histogram out of a series of numbershistogram2d
: calculates a 2d histogram out of a series of numbersmax
: calculates the max of a series of numbersmin
: calculates the min of a series of numbersravg
: calculates the running average of a series of numbers
Report bugs on the github issues site