3 writes to Value
Microsoft.ML.TimeSeries (3)
RootCauseAnalyzer.cs (2)
419p.Value = +leave.Value; 427p.Value = p.Value / count;
RootCauseLocalizationType.cs (1)
220Value = value;
10 references to Value
Microsoft.ML.TimeSeries (10)
RootCauseAnalyzer.cs (10)
336if (rootCausePoint.ExpectedValue < rootCausePoint.Value) 340else if (rootCausePoint.ExpectedValue > rootCausePoint.Value) 419p.Value = +leave.Value; 427p.Value = p.Value / count; 576if (anomalyPoint.Value == 0) 582q = rootCausePoint.Value / anomalyPoint.Value; 632double ep = anomalyPoint.Value - anomalyPoint.ExpectedValue == 0 ? 0 : Math.Abs((rootCausePoint.Value - rootCausePoint.ExpectedValue) / (anomalyPoint.Value - anomalyPoint.ExpectedValue));