2 references to EstimateY
Microsoft.ML.TimeSeries (2)
STL\FastLoess.cs (2)
91
double yValue = _smoother.
EstimateY
(_x[i]);
101
return _smoother.
EstimateY
(xValue);