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