mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
prep
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user