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