https://github.com/junghans/sci-scripts
Scripts for scientific purposes
https://github.com/junghans/sci-scripts
Last synced: 11 months ago
JSON representation
Scripts for scientific purposes
- Host: GitHub
- URL: https://github.com/junghans/sci-scripts
- Owner: junghans
- Created: 2015-03-13T17:21:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-02T00:30:35.000Z (over 8 years ago)
- Last Synced: 2025-05-20T09:07:22.183Z (about 1 year ago)
- Language: Awk
- Size: 34.2 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts for scientific purposes
* `avg`: calculates the average of a series of numbers
* `avg2`: like `avg` but print fluctuation instead of standard error
* `avg_bl`: like `avg`, but using blocks to calculate error
* `avg_bs`: like `avg`, but using bootstraping technique to calculate error
* `avg_jk`: like `avg`, but using jackknife method to calculate error
* `cross_corr`: calculates the cross correlation function of a series of numbers
* `csa`: Christoph's simple analysis
* `gauss_chain`: generates a grauss chain with a certain correlation
* `histogram`: calculates a histogram out of a series of numbers
* `histogram2d`: calculates a 2d histogram out of a series of numbers
* `max`: calculates the max of a series of numbers
* `min`: calculates the min of a series of numbers
* `ravg`: calculates the running average of a series of numbers
## Issues
Report bugs on the [github issues site](https://github.com/junghans/sci-scripts/issues)