mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-26 06:18:05 +00:00
normalization of methods
This commit is contained in:
@@ -128,7 +128,7 @@ public class JerkValidationTests
|
||||
double[] expected = [0, 0, 0, 6, 6, 6];
|
||||
double[] output = new double[data.Length];
|
||||
|
||||
Jerk.Calculate(data, output);
|
||||
Jerk.Batch(data, output);
|
||||
|
||||
for (int i = 0; i < data.Length; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user