mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-24 05:28:05 +00:00
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:
+1
-1
@@ -22,7 +22,7 @@ $ScriptDir = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyI
|
||||
$ProjectRoot = Split-Path -Parent $ScriptDir
|
||||
$CoverageDir = Join-Path $ScriptDir "coverage"
|
||||
$SarifDir = Join-Path $ProjectRoot ".sarif"
|
||||
$SolutionFile = Join-Path $ProjectRoot "QuanTAlib.sln"
|
||||
$SolutionFile = Join-Path $ProjectRoot "QuanTAlib.slnx"
|
||||
$TestProject = Join-Path $ProjectRoot "lib/QuanTAlib.Tests.csproj"
|
||||
$TestProject2 = Join-Path $ProjectRoot "quantower/Quantower.Tests.csproj"
|
||||
$RunSettingsFile = Join-Path $ProjectRoot "coverlet.runsettings"
|
||||
|
||||
Reference in New Issue
Block a user