Skip to content

Commit 1306df1

Browse files
Enhance statistical analysis and testing framework
- Updated `settings.local.json` to include new Bash commands. - Removed unnecessary lines from `Test_09_RunAllParametersSequentially` log. - Replaced MathNet with `StatisticalAnalysisHelper` in tests. - Added new ABC parameter sets and improved configurations. - Refactored `PrintResultsForParameterSet` and related methods. - Introduced new classes for statistical data management. - Created `StatisticsExtensions` for safe statistical calculations. - Refactored `WeightOptimizationTests` for better analysis and reporting.
1 parent 27652b2 commit 1306df1

20 files changed

+1787
-1323
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"Bash(dotnet test:*)",
66
"Bash(dotnet build:*)",
77
"Bash(dir:*)",
8-
"Bash(findstr:*)"
8+
"Bash(findstr:*)",
9+
"Bash(del:*)"
910
],
1011
"deny": [],
1112
"ask": []

Test_09_RunAllParametersSequentially-638944220744695377.testlog

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)