3 writes to ConfidenceIntervalLowerBound
Microsoft.ML.TimeSeries (3)
SequentialTransformBase.cs (1)
50
ConfidenceIntervalLowerBound
= confidenceIntervalLowerBound;
SequentialTransformerBase.cs (2)
545
state.Process(ref input.Value, ref output.Forecast, ref output.
ConfidenceIntervalLowerBound
, ref output.ConfidenceIntervalUpperBound);
555
state.ProcessWithoutBuffer(ref input.Value, ref output.Forecast, ref output.
ConfidenceIntervalLowerBound
, ref output.ConfidenceIntervalUpperBound);