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:
@@ -342,4 +342,4 @@ public class RvIndicatorTests
|
||||
// Different smoothing periods should produce different results
|
||||
Assert.NotEqual(val1, val2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -712,4 +712,4 @@ public class RvTests
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
@@ -558,4 +558,4 @@ public class RvValidationTests
|
||||
double mean = values.Average();
|
||||
return values.Average(v => Math.Pow(v - mean, 2));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user