refactor: remove unused JMA power parameter from entire stack

This commit is contained in:
Miha Kralj
2026-03-01 22:14:30 -08:00
parent ce04e2792b
commit fa77882be7
6 changed files with 24 additions and 35 deletions
+1 -1
View File
@@ -635,7 +635,7 @@ public class JbandsTests
{
// Verify that middle band matches standalone JMA
var jbands = new Jbands(14, 0);
var jma = new Jma(14, 0, 0.45);
var jma = new Jma(14, 0);
var gbm = new GBM(startPrice: 100, mu: 0.01, sigma: 0.1, seed: 999);
for (int i = 0; i < 200; i++)