Slope and Curvature

This commit is contained in:
Miha Kralj
2024-09-30 18:59:05 -07:00
parent 697fa19cfa
commit 11100b0685
7 changed files with 328 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ public class TAlibTests
private readonly Random rnd;
private readonly double range;
private int period;
private int readonly iterations;
private readonly int iterations;
private readonly double[] data;
private readonly double[] TALIB;