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