3 writes to ExpectedValue
Microsoft.ML.TimeSeries (3)
RootCauseAnalyzer.cs (2)
420p.ExpectedValue = +leave.ExpectedValue; 428p.ExpectedValue = p.ExpectedValue / count;
RootCauseLocalizationType.cs (1)
221ExpectedValue = expectedValue;
10 references to ExpectedValue
Microsoft.ML.TimeSeries (10)
RootCauseAnalyzer.cs (10)
336if (rootCausePoint.ExpectedValue < rootCausePoint.Value) 340else if (rootCausePoint.ExpectedValue > rootCausePoint.Value) 420p.ExpectedValue = +leave.ExpectedValue; 428p.ExpectedValue = p.ExpectedValue / count; 567if (anomalyPoint.ExpectedValue == 0) 573p = rootCausePoint.ExpectedValue / anomalyPoint.ExpectedValue; 632double ep = anomalyPoint.Value - anomalyPoint.ExpectedValue == 0 ? 0 : Math.Abs((rootCausePoint.Value - rootCausePoint.ExpectedValue) / (anomalyPoint.Value - anomalyPoint.ExpectedValue));