1 write to Y
Microsoft.ML.TimeSeries (1)
STL\FastLoess.cs (1)
44
Y
= new List<double>();
4 references to Y
Microsoft.ML.TimeSeries (4)
STL\FastLoess.cs (1)
92
Y
.Add(yValue);
STL\InnerStl.cs (3)
210
_smoothedSubseries[i].AddRange(model.
Y
);
252
s[i] = c[i] - lowPass.
Y
[i];
271
t[i] = trender.
Y
[i];