Skip to content

Commit b5e6a44

Browse files
committed
added README.md
1 parent ec5fe29 commit b5e6a44

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+

0 commit comments

Comments
 (0)