mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 13:08:04 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -323,4 +323,4 @@ public class RsvIndicatorTests
|
||||
Assert.True(double.IsFinite(val));
|
||||
Assert.True(val > 0, "Trending market with volatility should produce positive RSV");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -714,4 +714,4 @@ public class RsvTests
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -710,4 +710,4 @@ public class RsvValidationTests
|
||||
double mean = values.Average();
|
||||
return values.Average(v => Math.Pow(v - mean, 2));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user