Add Standardize class for Z-Score normalization and update project files

- Implemented the Standardize class for calculating Z-Score normalization over a specified lookback period.
- Updated NDepend badge SVG files to reflect new metrics.
- Modified NDepend project files to reference the updated solution file name.
- Removed outdated documentation files related to indicator proposals and channel documentation remediation.
- Updated workspace configuration to point to the new solution file.
This commit is contained in:
Miha Kralj
2026-02-07 12:47:13 -08:00
parent 58f0812584
commit 915d7a007b
59 changed files with 12387 additions and 698 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.suggest.enabled": true,
"omnisharp.enableEditorConfigSupport": true,
"dotnet.defaultSolution": "QuanTAlib.sln",
"dotnet.defaultSolution": "QuanTAlib.slnx",
"dotnet.unitTests.runSettingsPath": ".config/coverage.runsettings",
"dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true,
"dotnet.server.useOmnisharp": false,