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