mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -308,4 +308,4 @@ public class EwmaIndicatorTests
|
||||
Assert.True(shortIncrease > longIncrease,
|
||||
"Shorter period should respond more strongly to shocks");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -550,4 +550,4 @@ public class EwmaTests
|
||||
Assert.True(double.IsFinite(resultZero.Value));
|
||||
Assert.True(resultZero.Value >= 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -492,4 +492,4 @@ public class EwmaValidationTests
|
||||
Assert.True(shortIncrease > longIncrease,
|
||||
"Shorter period should respond more strongly to shocks");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user