7 references to MinPValue
Microsoft.ML.TimeSeries (7)
SequentialAnomalyDetectionTransformBase.cs (7)
151internal const Double MaxPValue = 1 - MinPValue; 274Host.Assert(MinPValue > 0); 276Host.Assert(MinPValue <= p && p <= MaxPValue); 290Host.Assert(MinPValue > 0); 292Host.Assert(MinPValue <= p && p <= MaxPValue); 579if (result.Values[2] < SequentialAnomalyDetectionTransformBase<TInput, TState>.MinPValue) 580result.Values[2] = SequentialAnomalyDetectionTransformBase<TInput, TState>.MinPValue;