Add Deloitte distribution & independent dHash analysis scripts

- Script 13: Firm A normality/multimodality analysis (Shapiro-Wilk, Anderson-Darling, KDE, per-accountant ANOVA, Beta/Gamma fitting)
- Script 14: Independent min-dHash computation across all pairs per accountant (not just cosine-nearest pair)
- THRESHOLD_VALIDATION_OPTIONS: 2026-01 discussion doc on threshold validation approaches
- .gitignore: exclude model weights, node artifacts, and xlsx data

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-20 21:34:24 +08:00
parent 939a348da4
commit a261a22bd2
4 changed files with 1270 additions and 0 deletions
+13
View File
@@ -48,3 +48,16 @@ Thumbs.db
# Temporary files
*.tmp
*.bak
# Model weights (too large for git)
models/
*.pt
*.pth
# Node.js shells (accidentally created)
package.json
package-lock.json
node_modules/
# Sensitive/large data
*.xlsx