1 write to _t
Microsoft.ML.TimeSeries (1)
STL\InnerStl.cs (1)
131Array.Resize(ref _t, length);
5 references to _t
Microsoft.ML.TimeSeries (5)
STL\InnerStl.cs (5)
141_t[i] = 0; 147Detrending(yValues, _t, _detrendedY); 166TrendSmooth(_deseasonSeries, np, _t); 172_trendComponent[i] = _t[i]; 173_residual[i] = yValues[i] - _s[i] - _t[i];