mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
normalization of methods
This commit is contained in:
@@ -135,7 +135,7 @@ public class StdDevTests
|
||||
double streamingResult = streamingInd.Last.Value;
|
||||
|
||||
// 3. TSeries Batch Mode
|
||||
var batchSeriesResult = StdDev.Calculate(series, period);
|
||||
var batchSeriesResult = StdDev.Batch(series, period);
|
||||
double tseriesResult = batchSeriesResult.Last.Value;
|
||||
|
||||
Assert.Equal(expected, streamingResult, precision: 6);
|
||||
|
||||
Reference in New Issue
Block a user