https://github.com/ichlubna/codetestsnippets
Some code snippets with quick tests about performance or quality of the results.
https://github.com/ichlubna/codetestsnippets
loops math snippets statistics variance
Last synced: about 1 year ago
JSON representation
Some code snippets with quick tests about performance or quality of the results.
- Host: GitHub
- URL: https://github.com/ichlubna/codetestsnippets
- Owner: ichlubna
- License: mit
- Created: 2022-10-03T09:42:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T09:41:27.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T10:48:23.840Z (almost 2 years ago)
- Topics: loops, math, snippets, statistics, variance
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### variances
Sample code for variance calculation using different methods e.g. without mean computation or online (Wellford algorithm)
### loops
Comparison of two nested loops VS one loop over 2D coordinates and linear index