2 writes to Confidence
Microsoft.ML.TimeSeries (2)
ExtensionsCatalog.cs (1)
173Confidence = confidence,
SsaChangePointDetector.cs (1)
262Confidence = confidence,
2 references to Confidence
Microsoft.ML.TimeSeries (2)
SsaChangePointDetector.cs (2)
137InternalTransform.AlertThreshold = Math.Exp(InternalTransform.WindowSize * InternalTransform.LogPowerMartigaleBettingFunc(1 - options.Confidence / 100, InternalTransform.PowerMartingaleEpsilon)); 140InternalTransform.AlertThreshold = Math.Exp(InternalTransform.WindowSize * InternalTransform.LogMixtureMartigaleBettingFunc(1 - options.Confidence / 100));