Values.IgnoreNearExpectedSourceConfiguration for threshold settings that determine when values near expected values should be ignored during anomaly detection.
type nonrec t = {amount : IgnoreNearExpectedAmountDouble.t option;The absolute amount by which values can differ from expected values before being considered anomalous.
*)ratio : IgnoreNearExpectedRatioDouble.t option;The ratio by which values can differ from expected values before being considered anomalous.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of IgnoreNearExpectedAmountDouble.t ]) list ]