mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
[CodeFactor] Apply fixes to commit 0606491
This commit is contained in:
@@ -294,7 +294,7 @@ public class CovarianceTests
|
||||
{
|
||||
var bar = gbm.Next();
|
||||
x[i] = bar.Close;
|
||||
y[i] = bar.Close * 1.5 + 10; // Correlated series
|
||||
y[i] = (bar.Close * 1.5) + 10; // Correlated series
|
||||
}
|
||||
|
||||
// Streaming
|
||||
|
||||
Reference in New Issue
Block a user