-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Overhauled organization of functions within each category.
Each statistic now gets its own namespace with a common apply(), direct() and Running* classes (if applicable). The row/column functions are now moved inside this namespace and are called by_row and by_column. NaN skipping and the number of threads are now passed via a separate statistic-specific Options class, which avoids the need to decide on NaN handling at compile time.
- Loading branch information
Showing
13 changed files
with
977 additions
and
1,042 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.