This commit is contained in:
Miha
2024-11-10 11:11:38 -08:00
parent 770b1e0d27
commit 428611315e
9 changed files with 430 additions and 71 deletions
+7
View File
@@ -39,6 +39,13 @@ public class StatisticsUpdateTests : UpdateTestBase
TestTValueUpdate(indicator, indicator.Calc);
}
[Fact]
public void Granger_Update()
{
var indicator = new Granger(lags: 5);
TestDualTValueUpdate(indicator, indicator.Calc);
}
[Fact]
public void Hurst_Update()
{