File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ #Scripts for scientific purposes
2
+
3
+ * ` avg ` : calculates the average of a series of numbers
4
+ * ` avg2 ` : like ` avg ` but print fluctuation instead of standard error
5
+ * ` avg_bl ` : like ` avg ` , but using blocks to calculate error
6
+ * ` avg_bs ` : like ` avg ` , but using bootstraping technique to calculate error
7
+ * ` avg_jk ` : like ` avg ` , but using jackknife method to calculate error
8
+ * ` cross_corr ` : calculates the cross correlation function of a series of numbers
9
+ * ` csa ` : Christoph's simple analysis
10
+ * ` gauss_chain ` : generates a grauss chain with a certain correlation
11
+ * ` histogram ` : calculates a histogram out of a series of numbers
12
+ * ` histogram2d ` : calculates a 2d histogram out of a series of numbers
13
+ * ` max ` : calculates the max of a series of numbers
14
+ * ` min ` : calculates the min of a series of numbers
15
+ * ` ravg ` : calculates the running average of a series of numbers
16
+
17
+ ##Issues
18
+
19
+ Report bugs on the [ github issues site] ( https://github.com/junghans/sci-scripts/issues )
20
+
You can’t perform that action at this time.
0 commit comments