mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 21:18:04 +00:00
normalization of methods
This commit is contained in:
@@ -414,7 +414,7 @@ public class PacfTests
|
||||
var batchResult = batchIndicator.Update(tSeries);
|
||||
|
||||
// Mode 3: Static Calculate
|
||||
var staticResult = Pacf.Calculate(tSeries, period, lag);
|
||||
var staticResult = Pacf.Batch(tSeries, period, lag);
|
||||
|
||||
// Mode 4: Span-based Batch
|
||||
double[] sourceArray = new double[dataLen];
|
||||
|
||||
Reference in New Issue
Block a user