An open API service indexing awesome lists of open source software.

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.

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